#8DE985

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

Shades of Light Green #8DE985

Tints of Light Green #8DE985

Color information

#8DE985 (or 0x8DE985) is unknown color: approx Light Green. HEX triplet: 8D, E9 and 85. RGB value is (141,233,133). Sum of RGB (Red+Green+Blue) = 141+233+133=507 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.81% from 507); Green value is 233 (91.41% from 255 or 45.96% from 507); Blue value is 133 (52.34% from 255 or 26.23% from 507); Max value from RGB is 233 - color contains mainly: green. Hex color #8DE985 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8DE985 is #72167A. Grayscale: #C2C2C2. Windows color (decimal): -7476859 or 8776077. OLE color: 8776077.

HSL color Cylindrical-coordinate representation of color #8DE985: hue angle of 115.2º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8DE985 is Cyan = 0.39, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.09.

Color convert

RGB141233133-
CMYK0.3900.430.09
HSL115.2º69.44%71.76%-
HSV(B)115.2º42.92%91.37%-
XYZ44.3665.6332.52-
YUV194.0993.5290.13-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.81%
GREEN value IS 233 (91.41% from 255) = 45.96%
BLUE value IS 133 (52.34% from 255) = 26.23%
R=27.81%
G=45.96%
B=26.23%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1412331330.3900.430.09115.269.4471.76
Hex8DE9852702B9734548
Octal2153512054705311163105110
Binary10001101111010011000010110011101010111001111001110001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DE985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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