#85E36F

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

Shades of Pastel Green #85E36F

Tints of Pastel Green #85E36F

Color information

#85E36F (or 0x85E36F) is unknown color: approx Pastel Green. HEX triplet: 85, E3 and 6F. RGB value is (133,227,111). Sum of RGB (Red+Green+Blue) = 133+227+111=471 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.24% from 471); Green value is 227 (89.06% from 255 or 48.20% from 471); Blue value is 111 (43.75% from 255 or 23.57% from 471); Max value from RGB is 227 - color contains mainly: green. Hex color #85E36F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85E36F is #7A1C90. Grayscale: #BABABA. Windows color (decimal): -8002705 or 7332741. OLE color: 7332741.

HSL color Cylindrical-coordinate representation of color #85E36F: hue angle of 108.62º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #85E36F is Cyan = 0.41, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.11.

Color convert

RGB133227111-
CMYK0.4100.510.11
HSL108.62º67.44%66.27%-
HSV(B)108.62º51.1%89.02%-
XYZ40.0161.0724.72-
YUV185.6785.8690.43-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.24%
GREEN value IS 227 (89.06% from 255) = 48.20%
BLUE value IS 111 (43.75% from 255) = 23.57%
R=28.24%
G=48.20%
B=23.57%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1332271110.4100.510.11108.6267.4466.27
Hex85E36F29033B6d4342
Octal2053431575106313155103102
Binary1000010111100011110111110100101100111011110110110000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85E36F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,227,111); }

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

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

 a { background-color: rgb(133,227,111); }

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

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

 span { border-color: rgb(133,227,111); }

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