#85FF8B

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

Shades of Light Green #85FF8B

Tints of Light Green #85FF8B

Color information

#85FF8B (or 0x85FF8B) is unknown color: approx Light Green. HEX triplet: 85, FF and 8B. RGB value is (133,255,139). Sum of RGB (Red+Green+Blue) = 133+255+139=527 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.24% from 527); Green value is 255 (100% from 255 or 48.39% from 527); Blue value is 139 (54.69% from 255 or 26.38% from 527); Max value from RGB is 255 - color contains mainly: green. Hex color #85FF8B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85FF8B is #7A0074. Grayscale: #CDCDCD. Windows color (decimal): -7995509 or 9174917. OLE color: 9174917.

HSL color Cylindrical-coordinate representation of color #85FF8B: hue angle of 122.95º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #85FF8B is Cyan = 0.48, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.

Color convert

RGB133255139-
CMYK0.4800.450
HSL122.95º100%76.08%-
HSV(B)122.95º47.84%100%-
XYZ50.0978.3736.91-
YUV205.390.5876.43-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.24%
GREEN value IS 255 (100% from 255) = 48.39%
BLUE value IS 139 (54.69% from 255) = 26.38%
R=25.24%
G=48.39%
B=26.38%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1332551390.4800.450122.9510076.08
Hex85FF8B3002D07b644c
Octal205377213600550173144114
Binary10000101111111111000101111000001011010111101111001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85FF8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,255,139); }

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

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

 a { background-color: rgb(133,255,139); }

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

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

 span { border-color: rgb(133,255,139); }

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