#85CC9A

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

Shades of Summer Green #85CC9A

Tints of Summer Green #85CC9A

Color information

#85CC9A (or 0x85CC9A) is unknown color: approx Summer Green. HEX triplet: 85, CC and 9A. RGB value is (133,204,154). Sum of RGB (Red+Green+Blue) = 133+204+154=491 (65% of max value = 765). Red value is 133 (52.34% from 255 or 27.09% from 491); Green value is 204 (80.08% from 255 or 41.55% from 491); Blue value is 154 (60.55% from 255 or 31.36% from 491); Max value from RGB is 204 - color contains mainly: green. Hex color #85CC9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85CC9A is #7A3365. Grayscale: #B1B1B1. Windows color (decimal): -8008550 or 10144901. OLE color: 10144901.

HSL color Cylindrical-coordinate representation of color #85CC9A: hue angle of 137.75º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #85CC9A is Cyan = 0.35, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.2.

Color convert

RGB133204154-
CMYK0.3500.250.2
HSL137.75º41.04%66.08%-
HSV(B)137.75º34.8%80%-
XYZ37.150.5138.37-
YUV177.07114.9896.57-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.09%
GREEN value IS 204 (80.08% from 255) = 41.55%
BLUE value IS 154 (60.55% from 255) = 31.36%
R=27.09%
G=41.55%
B=31.36%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1332041540.3500.250.2137.7541.0466.08
Hex85CC9A23019148a2942
Octal205314232430312421251102
Binary10000101110011001001101010001101100110100100010101010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85CC9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,204,154); }

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

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

 a { background-color: rgb(133,204,154); }

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

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

 span { border-color: rgb(133,204,154); }

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