#85F38C

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

Shades of Light Green #85F38C

Tints of Light Green #85F38C

Color information

#85F38C (or 0x85F38C) is unknown color: approx Light Green. HEX triplet: 85, F3 and 8C. RGB value is (133,243,140). Sum of RGB (Red+Green+Blue) = 133+243+140=516 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.78% from 516); Green value is 243 (95.31% from 255 or 47.09% from 516); Blue value is 140 (55.08% from 255 or 27.13% from 516); Max value from RGB is 243 - color contains mainly: green. Hex color #85F38C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85F38C is #7A0C73. Grayscale: #C6C6C6. Windows color (decimal): -7998580 or 9237381. OLE color: 9237381.

HSL color Cylindrical-coordinate representation of color #85F38C: hue angle of 123.82º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #85F38C is Cyan = 0.45, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB133243140-
CMYK0.4500.420.05
HSL123.82º82.09%73.73%-
HSV(B)123.82º45.27%95.29%-
XYZ46.4670.9836.06-
YUV198.3795.0681.38-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.78%
GREEN value IS 243 (95.31% from 255) = 47.09%
BLUE value IS 140 (55.08% from 255) = 27.13%
R=25.78%
G=47.09%
B=27.13%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1332431400.4500.420.05123.8282.0973.73
Hex85F38C2D02A57c524a
Octal205363214550525174122112
Binary1000010111110011100011001011010101010101111110010100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85F38C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,243,140); }

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

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

 a { background-color: rgb(133,243,140); }

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

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

 span { border-color: rgb(133,243,140); }

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