#85F883

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

Shades of Light Green #85F883

Tints of Light Green #85F883

Color information

#85F883 (or 0x85F883) is unknown color: approx Light Green. HEX triplet: 85, F8 and 83. RGB value is (133,248,131). Sum of RGB (Red+Green+Blue) = 133+248+131=512 (67% of max value = 765). Red value is 133 (52.34% from 255 or 25.98% from 512); Green value is 248 (97.27% from 255 or 48.44% from 512); Blue value is 131 (51.56% from 255 or 25.59% from 512); Max value from RGB is 248 - color contains mainly: green. Hex color #85F883 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85F883 is #7A077C. Grayscale: #C8C8C8. Windows color (decimal): -7997309 or 8648837. OLE color: 8648837.

HSL color Cylindrical-coordinate representation of color #85F883: hue angle of 118.97º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85F883 is Cyan = 0.46, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.03.

Color convert

RGB133248131-
CMYK0.4600.470.03
HSL118.97º89.31%74.31%-
HSV(B)118.97º47.18%97.25%-
XYZ47.3473.7633.21-
YUV200.2888.980.01-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.98%
GREEN value IS 248 (97.27% from 255) = 48.44%
BLUE value IS 131 (51.56% from 255) = 25.59%
R=25.98%
G=48.44%
B=25.59%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1332481310.4600.470.03118.9789.3174.31
Hex85F8832E02F377594a
Octal205370203560573167131112
Binary100001011111100010000011101110010111111111011110110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85F883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,248,131); }

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

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

 a { background-color: rgb(133,248,131); }

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

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

 span { border-color: rgb(133,248,131); }

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