#85F06E

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

Shades of Pastel Green #85F06E

Tints of Pastel Green #85F06E

Color information

#85F06E (or 0x85F06E) is unknown color: approx Pastel Green. HEX triplet: 85, F0 and 6E. RGB value is (133,240,110). Sum of RGB (Red+Green+Blue) = 133+240+110=483 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.54% from 483); Green value is 240 (94.14% from 255 or 49.69% from 483); Blue value is 110 (43.36% from 255 or 22.77% from 483); Max value from RGB is 240 - color contains mainly: green. Hex color #85F06E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85F06E is #7A0F91. Grayscale: #C1C1C1. Windows color (decimal): -7999378 or 7270533. OLE color: 7270533.

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

Color convert

RGB133240110-
CMYK0.4500.540.06
HSL109.38º81.25%68.63%-
HSV(B)109.38º54.17%94.12%-
XYZ43.6568.4325.66-
YUV193.1981.0585.07-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.54%
GREEN value IS 240 (94.14% from 255) = 49.69%
BLUE value IS 110 (43.36% from 255) = 22.77%
R=27.54%
G=49.69%
B=22.77%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1332401100.4500.540.06109.3881.2568.63
Hex85F06E2D03666d5145
Octal205360156550666155121105
Binary100001011111000011011101011010110110110110110110100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85F06E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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