#85F081

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

Shades of Light Green #85F081

Tints of Light Green #85F081

Color information

#85F081 (or 0x85F081) is unknown color: approx Light Green. HEX triplet: 85, F0 and 81. RGB value is (133,240,129). Sum of RGB (Red+Green+Blue) = 133+240+129=502 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.49% from 502); Green value is 240 (94.14% from 255 or 47.81% from 502); Blue value is 129 (50.78% from 255 or 25.70% from 502); Max value from RGB is 240 - color contains mainly: green. Hex color #85F081 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85F081 is #7A0F7E. Grayscale: #C3C3C3. Windows color (decimal): -7999359 or 8515717. OLE color: 8515717.

HSL color Cylindrical-coordinate representation of color #85F081: hue angle of 117.84º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #85F081 is Cyan = 0.45, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.06.

Color convert

RGB133240129-
CMYK0.4500.460.06
HSL117.84º78.72%72.35%-
HSV(B)117.84º46.25%94.12%-
XYZ44.868.8931.71-
YUV195.3590.5583.53-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.49%
GREEN value IS 240 (94.14% from 255) = 47.81%
BLUE value IS 129 (50.78% from 255) = 25.70%
R=26.49%
G=47.81%
B=25.70%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1332401290.4500.460.06117.8478.7272.35
Hex85F0812D02E6764f48
Octal205360201550566166117110
Binary1000010111110000100000011011010101110110111011010011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85F081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85F081; }

 p { color: rgb(133,240,129); }

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

<style>
 a { background-color: #85F081; }

 a { background-color: rgb(133,240,129); }

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

<style>
 span { border-color: #85F081; }

 span { border-color: rgb(133,240,129); }

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