#85C99E

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

Shades of Summer Green #85C99E

Tints of Summer Green #85C99E

Color information

#85C99E (or 0x85C99E) is unknown color: approx Summer Green. HEX triplet: 85, C9 and 9E. RGB value is (133,201,158). Sum of RGB (Red+Green+Blue) = 133+201+158=492 (65% of max value = 765). Red value is 133 (52.34% from 255 or 27.03% from 492); Green value is 201 (78.91% from 255 or 40.85% from 492); Blue value is 158 (62.11% from 255 or 32.11% from 492); Max value from RGB is 201 - color contains mainly: green. Hex color #85C99E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85C99E is #7A3661. Grayscale: #AFAFAF. Windows color (decimal): -8009314 or 10406277. OLE color: 10406277.

HSL color Cylindrical-coordinate representation of color #85C99E: hue angle of 142.06º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #85C99E is Cyan = 0.34, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.

Color convert

RGB133201158-
CMYK0.3400.210.21
HSL142.06º38.64%65.49%-
HSV(B)142.06º33.83%78.82%-
XYZ36.7349.2339.91-
YUV175.77117.9797.5-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.03%
GREEN value IS 201 (78.91% from 255) = 40.85%
BLUE value IS 158 (62.11% from 255) = 32.11%
R=27.03%
G=40.85%
B=32.11%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1332011580.3400.210.21142.0638.6465.49
Hex85C99E22015158e2741
Octal205311236420252521647101
Binary10000101110010011001111010001001010110101100011101001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85C99E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,201,158); }

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

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

 a { background-color: rgb(133,201,158); }

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

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

 span { border-color: rgb(133,201,158); }

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