#8DDE85

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

Shades of Light Green #8DDE85

Tints of Light Green #8DDE85

Color information

#8DDE85 (or 0x8DDE85) is unknown color: approx Light Green. HEX triplet: 8D, DE and 85. RGB value is (141,222,133). Sum of RGB (Red+Green+Blue) = 141+222+133=496 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.43% from 496); Green value is 222 (87.11% from 255 or 44.76% from 496); Blue value is 133 (52.34% from 255 or 26.81% from 496); Max value from RGB is 222 - color contains mainly: green. Hex color #8DDE85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DDE85 is #72217A. Grayscale: #BBBBBB. Windows color (decimal): -7479675 or 8773261. OLE color: 8773261.

HSL color Cylindrical-coordinate representation of color #8DDE85: hue angle of 114.61º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8DDE85 is Cyan = 0.36, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB141222133-
CMYK0.3600.400.13
HSL114.61º57.42%69.61%-
HSV(B)114.61º40.09%87.06%-
XYZ41.3459.631.52-
YUV187.6497.1694.74-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.43%
GREEN value IS 222 (87.11% from 255) = 44.76%
BLUE value IS 133 (52.34% from 255) = 26.81%
R=28.43%
G=44.76%
B=26.81%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1412221330.3600.400.13114.6157.4269.61
Hex8DDE8524028D733946
Octal215336205440501516371106
Binary1000110111011110100001011001000101000110111100111110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DDE85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,222,133); }

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

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

 a { background-color: rgb(141,222,133); }

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

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

 span { border-color: rgb(141,222,133); }

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