#7CD57D

Color #7CD57D Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pastel Green #7CD57D

Tints of Pastel Green #7CD57D

Color information

#7CD57D (or 0x7CD57D) is unknown color: approx Pastel Green. HEX triplet: 7C, D5 and 7D. RGB value is (124,213,125). Sum of RGB (Red+Green+Blue) = 124+213+125=462 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.84% from 462); Green value is 213 (83.59% from 255 or 46.10% from 462); Blue value is 125 (49.22% from 255 or 27.06% from 462); Max value from RGB is 213 - color contains mainly: green. Hex color #7CD57D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CD57D is #832A82. Grayscale: #B0B0B0. Windows color (decimal): -8596099 or 8246652. OLE color: 8246652.

HSL color Cylindrical-coordinate representation of color #7CD57D: hue angle of 120.67º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7CD57D is Cyan = 0.42, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB124213125-
CMYK0.4200.410.16
HSL120.67º51.45%66.08%-
HSV(B)120.67º41.78%83.53%-
XYZ35.8153.3527.81-
YUV176.3699.0190.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 124 (48.83% from 255) = 26.84%
GREEN value IS 213 (83.59% from 255) = 46.10%
BLUE value IS 125 (49.22% from 255) = 27.06%
R=26.84%
G=46.10%
B=27.06%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1242131250.4200.410.16120.6751.4566.08
Hex7CD57D2A02910793342
Octal174325175520512017163102
Binary111110011010101111110110101001010011000011110011100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CD57D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7CD57D; }

 p { color: rgb(124,213,125); }

 H1.HeaderClassName
 {
   color: #7CD57D;
 }
 .AnyTagClassName
 {
   color: #7CD57D;
 }
</style>
background-color css

<style>
 a { background-color: #7CD57D; }

 a { background-color: rgb(124,213,125); }

 div.DivClassName
 {
   background-color: #7CD57D;
 }
 .BgClassName
 {
   background-color: #7CD57D;
 }
</style>
border-color css

<style>
 span { border-color: #7CD57D; }

 span { border-color: rgb(124,213,125); }

 td.TdClassName
 {
   border-color: #7CD57D;
 }
 .TagClassName
 {
   border-color: #7CD57D;
 }
</style>