#7DF08C

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

Shades of Light Green #7DF08C

Tints of Light Green #7DF08C

Color information

#7DF08C (or 0x7DF08C) is unknown color: approx Light Green. HEX triplet: 7D, F0 and 8C. RGB value is (125,240,140). Sum of RGB (Red+Green+Blue) = 125+240+140=505 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.75% from 505); Green value is 240 (94.14% from 255 or 47.52% from 505); Blue value is 140 (55.08% from 255 or 27.72% from 505); Max value from RGB is 240 - color contains mainly: green. Hex color #7DF08C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DF08C is #820F73. Grayscale: #C2C2C2. Windows color (decimal): -8523636 or 9236605. OLE color: 9236605.

HSL color Cylindrical-coordinate representation of color #7DF08C: hue angle of 127.83º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7DF08C is Cyan = 0.48, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB125240140-
CMYK0.4800.420.06
HSL127.83º79.31%71.57%-
HSV(B)127.83º47.92%94.12%-
XYZ44.3568.5735.71-
YUV194.2297.478.63-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.75%
GREEN value IS 240 (94.14% from 255) = 47.52%
BLUE value IS 140 (55.08% from 255) = 27.72%
R=24.75%
G=47.52%
B=27.72%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1252401400.4800.420.06127.8379.3171.57
Hex7DF08C3002A6804f48
Octal175360214600526200117110
Binary1111101111100001000110011000001010101101000000010011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DF08C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,240,140); }

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

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

 a { background-color: rgb(125,240,140); }

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

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

 span { border-color: rgb(125,240,140); }

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