#85E366

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

Shades of Pastel Green #85E366

Tints of Pastel Green #85E366

Color information

#85E366 (or 0x85E366) is unknown color: approx Pastel Green. HEX triplet: 85, E3 and 66. RGB value is (133,227,102). Sum of RGB (Red+Green+Blue) = 133+227+102=462 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.79% from 462); Green value is 227 (89.06% from 255 or 49.13% from 462); Blue value is 102 (40.23% from 255 or 22.08% from 462); Max value from RGB is 227 - color contains mainly: green. Hex color #85E366 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85E366 is #7A1C99. Grayscale: #B9B9B9. Windows color (decimal): -8002714 or 6742917. OLE color: 6742917.

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

Color convert

RGB133227102-
CMYK0.4100.550.11
HSL105.12º69.06%64.51%-
HSV(B)105.12º55.07%89.02%-
XYZ39.5460.8822.24-
YUV184.6481.3691.16-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.79%
GREEN value IS 227 (89.06% from 255) = 49.13%
BLUE value IS 102 (40.23% from 255) = 22.08%
R=28.79%
G=49.13%
B=22.08%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1332271020.4100.550.11105.1269.0664.51
Hex85E36629037B694541
Octal2053431465106713151105101
Binary1000010111100011110011010100101101111011110100110001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85E366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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