#7CD475

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

Shades of Pastel Green #7CD475

Tints of Pastel Green #7CD475

Color information

#7CD475 (or 0x7CD475) is unknown color: approx Pastel Green. HEX triplet: 7C, D4 and 75. RGB value is (124,212,117). Sum of RGB (Red+Green+Blue) = 124+212+117=453 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.37% from 453); Green value is 212 (83.20% from 255 or 46.80% from 453); Blue value is 117 (46.09% from 255 or 25.83% from 453); Max value from RGB is 212 - color contains mainly: green. Hex color #7CD475 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CD475 is #832B8A. Grayscale: #AFAFAF. Windows color (decimal): -8596363 or 7722108. OLE color: 7722108.

HSL color Cylindrical-coordinate representation of color #7CD475: hue angle of 115.58º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7CD475 is Cyan = 0.42, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.17.

Color convert

RGB124212117-
CMYK0.4200.450.17
HSL115.58º52.49%64.51%-
HSV(B)115.58º44.81%83.14%-
XYZ35.0752.6625.15-
YUV174.8695.3591.72-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 27.37%
GREEN value IS 212 (83.20% from 255) = 46.80%
BLUE value IS 117 (46.09% from 255) = 25.83%
R=27.37%
G=46.80%
B=25.83%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1242121170.4200.450.17115.5852.4964.51
Hex7CD4752A02D11743441
Octal174324165520552116464101
Binary111110011010100111010110101001011011000111101001101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CD475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,212,117); }

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

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

 a { background-color: rgb(124,212,117); }

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

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

 span { border-color: rgb(124,212,117); }

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