#85EC63

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

Shades of Pastel Green #85EC63

Tints of Pastel Green #85EC63

Color information

#85EC63 (or 0x85EC63) is unknown color: approx Pastel Green. HEX triplet: 85, EC and 63. RGB value is (133,236,99). Sum of RGB (Red+Green+Blue) = 133+236+99=468 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.42% from 468); Green value is 236 (92.58% from 255 or 50.43% from 468); Blue value is 99 (39.06% from 255 or 21.15% from 468); Max value from RGB is 236 - color contains mainly: green. Hex color #85EC63 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85EC63 is #7A139C. Grayscale: #BEBEBE. Windows color (decimal): -8000413 or 6548613. OLE color: 6548613.

HSL color Cylindrical-coordinate representation of color #85EC63: hue angle of 105.11º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #85EC63 is Cyan = 0.44, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.07.

Color convert

RGB13323699-
CMYK0.4400.580.07
HSL105.11º78.29%65.69%-
HSV(B)105.11º58.05%92.55%-
XYZ41.9265.8822.31-
YUV189.5876.8887.64-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.42%
GREEN value IS 236 (92.58% from 255) = 50.43%
BLUE value IS 99 (39.06% from 255) = 21.15%
R=28.42%
G=50.43%
B=21.15%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal133236990.4400.580.07105.1178.2965.69
Hex85EC632C03A7694e42
Octal205354143540727151116102
Binary100001011110110011000111011000111010111110100110011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85EC63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,236,99); }

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

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

 a { background-color: rgb(133,236,99); }

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

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

 span { border-color: rgb(133,236,99); }

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