#85F473

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

Shades of Pastel Green #85F473

Tints of Pastel Green #85F473

Color information

#85F473 (or 0x85F473) is unknown color: approx Pastel Green. HEX triplet: 85, F4 and 73. RGB value is (133,244,115). Sum of RGB (Red+Green+Blue) = 133+244+115=492 (65% of max value = 765). Red value is 133 (52.34% from 255 or 27.03% from 492); Green value is 244 (95.70% from 255 or 49.59% from 492); Blue value is 115 (45.31% from 255 or 23.37% from 492); Max value from RGB is 244 - color contains mainly: green. Hex color #85F473 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85F473 is #7A0B8C. Grayscale: #C4C4C4. Windows color (decimal): -7998349 or 7599237. OLE color: 7599237.

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

Color convert

RGB133244115-
CMYK0.4500.530.04
HSL111.63º85.43%70.39%-
HSV(B)111.63º52.87%95.69%-
XYZ45.1270.9327.53-
YUV196.182.2382.99-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.03%
GREEN value IS 244 (95.70% from 255) = 49.59%
BLUE value IS 115 (45.31% from 255) = 23.37%
R=27.03%
G=49.59%
B=23.37%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1332441150.4500.530.04111.6385.4370.39
Hex85F4732D0354705546
Octal205364163550654160125106
Binary100001011111010011100111011010110101100111000010101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85F473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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