#85FBA7

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

Shades of Pale Green #85FBA7

Tints of Pale Green #85FBA7

Color information

#85FBA7 (or 0x85FBA7) is unknown color: approx Pale Green. HEX triplet: 85, FB and A7. RGB value is (133,251,167). Sum of RGB (Red+Green+Blue) = 133+251+167=551 (72% of max value = 765). Red value is 133 (52.34% from 255 or 24.14% from 551); Green value is 251 (98.44% from 255 or 45.55% from 551); Blue value is 167 (65.62% from 255 or 30.31% from 551); Max value from RGB is 251 - color contains mainly: green. Hex color #85FBA7 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85FBA7 is #7A0458. Grayscale: #CECECE. Windows color (decimal): -7996505 or 11008901. OLE color: 11008901.

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

Color convert

RGB133251167-
CMYK0.4700.330.02
HSL137.29º93.65%75.29%-
HSV(B)137.29º47.01%98.43%-
XYZ51.1576.7748.68-
YUV206.14105.9175.83-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.14%
GREEN value IS 251 (98.44% from 255) = 45.55%
BLUE value IS 167 (65.62% from 255) = 30.31%
R=24.14%
G=45.55%
B=30.31%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1332511670.4700.330.02137.2993.6575.29
Hex85FBA72F0212895e4b
Octal205373247570412211136113
Binary1000010111111011101001111011110100001101000100110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85FBA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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