#7DFD96

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

Shades of Light Green #7DFD96

Tints of Light Green #7DFD96

Color information

#7DFD96 (or 0x7DFD96) is unknown color: approx Light Green. HEX triplet: 7D, FD and 96. RGB value is (125,253,150). Sum of RGB (Red+Green+Blue) = 125+253+150=528 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.67% from 528); Green value is 253 (99.22% from 255 or 47.92% from 528); Blue value is 150 (58.98% from 255 or 28.41% from 528); Max value from RGB is 253 - color contains mainly: green. Hex color #7DFD96 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DFD96 is #820269. Grayscale: #CBCBCB. Windows color (decimal): -8520298 or 9895293. OLE color: 9895293.

HSL color Cylindrical-coordinate representation of color #7DFD96: hue angle of 131.72º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7DFD96 is Cyan = 0.51, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.01.

Color convert

RGB125253150-
CMYK0.5100.410.01
HSL131.72º96.97%74.12%-
HSV(B)131.72º50.59%99.22%-
XYZ49.0976.8141.09-
YUV202.9998.0972.38-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.67%
GREEN value IS 253 (99.22% from 255) = 47.92%
BLUE value IS 150 (58.98% from 255) = 28.41%
R=23.67%
G=47.92%
B=28.41%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1252531500.5100.410.01131.7296.9774.12
Hex7DFD9633029184614a
Octal175375226630511204141112
Binary11111011111110110010110110011010100111000010011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DFD96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,253,150); }

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

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

 a { background-color: rgb(125,253,150); }

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

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

 span { border-color: rgb(125,253,150); }

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