#85FB83

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

Shades of Light Green #85FB83

Tints of Light Green #85FB83

Color information

#85FB83 (or 0x85FB83) is unknown color: approx Light Green. HEX triplet: 85, FB and 83. RGB value is (133,251,131). Sum of RGB (Red+Green+Blue) = 133+251+131=515 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.83% from 515); Green value is 251 (98.44% from 255 or 48.74% from 515); Blue value is 131 (51.56% from 255 or 25.44% from 515); Max value from RGB is 251 - color contains mainly: green. Hex color #85FB83 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85FB83 is #7A047C. Grayscale: #CACACA. Windows color (decimal): -7996541 or 8649605. OLE color: 8649605.

HSL color Cylindrical-coordinate representation of color #85FB83: hue angle of 119º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #85FB83 is Cyan = 0.47, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.

Color convert

RGB133251131-
CMYK0.4700.480.02
HSL119º93.75%74.9%-
HSV(B)119º47.81%98.43%-
XYZ48.2775.6233.52-
YUV202.0487.9178.76-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.83%
GREEN value IS 251 (98.44% from 255) = 48.74%
BLUE value IS 131 (51.56% from 255) = 25.44%
R=25.83%
G=48.74%
B=25.44%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1332511310.4700.480.0211993.7574.9
Hex85FB832F0302775e4b
Octal205373203570602167136113
Binary100001011111101110000011101111011000010111011110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85FB83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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