#85F4A5

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

Shades of Pale Green #85F4A5

Tints of Pale Green #85F4A5

Color information

#85F4A5 (or 0x85F4A5) is unknown color: approx Pale Green. HEX triplet: 85, F4 and A5. RGB value is (133,244,165). Sum of RGB (Red+Green+Blue) = 133+244+165=542 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.54% from 542); Green value is 244 (95.70% from 255 or 45.02% from 542); Blue value is 165 (64.84% from 255 or 30.44% from 542); Max value from RGB is 244 - color contains mainly: green. Hex color #85F4A5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85F4A5 is #7A0B5A. Grayscale: #CACACA. Windows color (decimal): -7998299 or 10876037. OLE color: 10876037.

HSL color Cylindrical-coordinate representation of color #85F4A5: hue angle of 137.3º degrees, saturation: 0.83, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #85F4A5 is Cyan = 0.45, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.04.

Color convert

RGB133244165-
CMYK0.4500.320.04
HSL137.3º83.46%73.92%-
HSV(B)137.3º45.49%95.69%-
XYZ48.8272.447-
YUV201.8107.2378.92-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.54%
GREEN value IS 244 (95.70% from 255) = 45.02%
BLUE value IS 165 (64.84% from 255) = 30.44%
R=24.54%
G=45.02%
B=30.44%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1332441650.4500.320.04137.383.4673.92
Hex85F4A52D020489534a
Octal205364245550404211123112
Binary10000101111101001010010110110101000001001000100110100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85F4A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,244,165); }

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

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

 a { background-color: rgb(133,244,165); }

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

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

 span { border-color: rgb(133,244,165); }

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