#7DF495

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

Shades of Light Green #7DF495

Tints of Light Green #7DF495

Color information

#7DF495 (or 0x7DF495) is unknown color: approx Light Green. HEX triplet: 7D, F4 and 95. RGB value is (125,244,149). Sum of RGB (Red+Green+Blue) = 125+244+149=518 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.13% from 518); Green value is 244 (95.70% from 255 or 47.10% from 518); Blue value is 149 (58.59% from 255 or 28.76% from 518); Max value from RGB is 244 - color contains mainly: green. Hex color #7DF495 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DF495 is #820B6A. Grayscale: #C5C5C5. Windows color (decimal): -8522603 or 9827453. OLE color: 9827453.

HSL color Cylindrical-coordinate representation of color #7DF495: hue angle of 132.1º degrees, saturation: 0.84, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7DF495 is Cyan = 0.49, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB125244149-
CMYK0.4900.390.04
HSL132.1º84.4%72.35%-
HSV(B)132.1º48.77%95.69%-
XYZ46.2371.2339.75-
YUV197.59100.5876.22-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.13%
GREEN value IS 244 (95.70% from 255) = 47.10%
BLUE value IS 149 (58.59% from 255) = 28.76%
R=24.13%
G=47.10%
B=28.76%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1252441490.4900.390.04132.184.472.35
Hex7DF495310274845448
Octal175364225610474204124110
Binary1111101111101001001010111000101001111001000010010101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DF495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,244,149); }

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

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

 a { background-color: rgb(125,244,149); }

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

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

 span { border-color: rgb(125,244,149); }

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