#85F476

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

Shades of Pastel Green #85F476

Tints of Pastel Green #85F476

Color information

#85F476 (or 0x85F476) is unknown color: approx Pastel Green. HEX triplet: 85, F4 and 76. RGB value is (133,244,118). Sum of RGB (Red+Green+Blue) = 133+244+118=495 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.87% from 495); Green value is 244 (95.70% from 255 or 49.29% from 495); Blue value is 118 (46.48% from 255 or 23.84% from 495); Max value from RGB is 244 - color contains mainly: green. Hex color #85F476 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85F476 is #7A0B89. Grayscale: #C4C4C4. Windows color (decimal): -7998346 or 7795845. OLE color: 7795845.

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

Color convert

RGB133244118-
CMYK0.4500.520.04
HSL112.86º85.14%70.98%-
HSV(B)112.86º51.64%95.69%-
XYZ45.297128.46-
YUV196.4583.7382.75-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.87%
GREEN value IS 244 (95.70% from 255) = 49.29%
BLUE value IS 118 (46.48% from 255) = 23.84%
R=26.87%
G=49.29%
B=23.84%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1332441180.4500.520.04112.8685.1470.98
Hex85F4762D0344715547
Octal205364166550644161125107
Binary100001011111010011101101011010110100100111000110101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85F476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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