#85EF6E

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

Shades of Pastel Green #85EF6E

Tints of Pastel Green #85EF6E

Color information

#85EF6E (or 0x85EF6E) is unknown color: approx Pastel Green. HEX triplet: 85, EF and 6E. RGB value is (133,239,110). Sum of RGB (Red+Green+Blue) = 133+239+110=482 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.59% from 482); Green value is 239 (93.75% from 255 or 49.59% from 482); Blue value is 110 (43.36% from 255 or 22.82% from 482); Max value from RGB is 239 - color contains mainly: green. Hex color #85EF6E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85EF6E is #7A1091. Grayscale: #C1C1C1. Windows color (decimal): -7999634 or 7270277. OLE color: 7270277.

HSL color Cylindrical-coordinate representation of color #85EF6E: hue angle of 109.3º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #85EF6E is Cyan = 0.44, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.06.

Color convert

RGB133239110-
CMYK0.4400.540.06
HSL109.3º80.12%68.43%-
HSV(B)109.3º53.97%93.73%-
XYZ43.3567.8525.56-
YUV192.681.3885.49-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.59%
GREEN value IS 239 (93.75% from 255) = 49.59%
BLUE value IS 110 (43.36% from 255) = 22.82%
R=27.59%
G=49.59%
B=22.82%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1332391100.4400.540.06109.380.1268.43
Hex85EF6E2C03666d5044
Octal205357156540666155120104
Binary100001011110111111011101011000110110110110110110100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85EF6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,239,110); }

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

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

 a { background-color: rgb(133,239,110); }

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

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

 span { border-color: rgb(133,239,110); }

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