#8DF495

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

Shades of Light Green #8DF495

Tints of Light Green #8DF495

Color information

#8DF495 (or 0x8DF495) is unknown color: approx Light Green. HEX triplet: 8D, F4 and 95. RGB value is (141,244,149). Sum of RGB (Red+Green+Blue) = 141+244+149=534 (70% of max value = 765). Red value is 141 (55.47% from 255 or 26.40% from 534); Green value is 244 (95.70% from 255 or 45.69% from 534); Blue value is 149 (58.59% from 255 or 27.90% from 534); Max value from RGB is 244 - color contains mainly: green. Hex color #8DF495 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8DF495 is #720B6A. Grayscale: #CACACA. Windows color (decimal): -7474027 or 9827469. OLE color: 9827469.

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

Color convert

RGB141244149-
CMYK0.4200.390.04
HSL124.66º82.4%75.49%-
HSV(B)124.66º42.21%95.69%-
XYZ48.7672.5339.86-
YUV202.3797.8884.22-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.40%
GREEN value IS 244 (95.70% from 255) = 45.69%
BLUE value IS 149 (58.59% from 255) = 27.90%
R=26.40%
G=45.69%
B=27.90%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1412441490.4200.390.04124.6682.475.49
Hex8DF4952A02747d524b
Octal215364225520474175122113
Binary1000110111110100100101011010100100111100111110110100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DF495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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