#85EB79

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

Shades of Pastel Green #85EB79

Tints of Pastel Green #85EB79

Color information

#85EB79 (or 0x85EB79) is unknown color: approx Pastel Green. HEX triplet: 85, EB and 79. RGB value is (133,235,121). Sum of RGB (Red+Green+Blue) = 133+235+121=489 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.20% from 489); Green value is 235 (92.19% from 255 or 48.06% from 489); Blue value is 121 (47.66% from 255 or 24.74% from 489); Max value from RGB is 235 - color contains mainly: green. Hex color #85EB79 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85EB79 is #7A1486. Grayscale: #BFBFBF. Windows color (decimal): -8000647 or 7990149. OLE color: 7990149.

HSL color Cylindrical-coordinate representation of color #85EB79: hue angle of 113.68º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #85EB79 is Cyan = 0.43, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.08.

Color convert

RGB133235121-
CMYK0.4300.490.08
HSL113.68º74.03%69.8%-
HSV(B)113.68º48.51%92.16%-
XYZ42.8365.7828.53-
YUV191.5188.2186.27-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.20%
GREEN value IS 235 (92.19% from 255) = 48.06%
BLUE value IS 121 (47.66% from 255) = 24.74%
R=27.20%
G=48.06%
B=24.74%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1332351210.4300.490.08113.6874.0369.8
Hex85EB792B0318724a46
Octal2053531715306110162112106
Binary1000010111101011111100110101101100011000111001010010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85EB79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,235,121); }

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

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

 a { background-color: rgb(133,235,121); }

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

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

 span { border-color: rgb(133,235,121); }

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