#85F383

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

Shades of Light Green #85F383

Tints of Light Green #85F383

Color information

#85F383 (or 0x85F383) is unknown color: approx Light Green. HEX triplet: 85, F3 and 83. RGB value is (133,243,131). Sum of RGB (Red+Green+Blue) = 133+243+131=507 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.23% from 507); Green value is 243 (95.31% from 255 or 47.93% from 507); Blue value is 131 (51.56% from 255 or 25.84% from 507); Max value from RGB is 243 - color contains mainly: green. Hex color #85F383 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85F383 is #7A0C7C. Grayscale: #C5C5C5. Windows color (decimal): -7998589 or 8647557. OLE color: 8647557.

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

Color convert

RGB133243131-
CMYK0.4500.460.05
HSL118.93º82.35%73.33%-
HSV(B)118.93º46.09%95.29%-
XYZ45.8270.7332.71-
YUV197.3490.5682.11-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.23%
GREEN value IS 243 (95.31% from 255) = 47.93%
BLUE value IS 131 (51.56% from 255) = 25.84%
R=26.23%
G=47.93%
B=25.84%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1332431310.4500.460.05118.9382.3573.33
Hex85F3832D02E5775249
Octal205363203550565167122111
Binary1000010111110011100000111011010101110101111011110100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85F383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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