Html Css Color HEX #85CC9E Summer Green

📋 copy color: '#85CC9E'

red 133 ◦ green 204 ◦ blue 158

#85CC9E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Summer Green #85CC9E

Tints of Summer Green #85CC9E

RGB

 RED value IS 133 (52.34% from 255) = 26.87%

 GREEN value IS 204 (80.08% from 255) = 41.21%

 BLUE value IS 158 (62.11% from 255) = 31.92%

R = 26.87%
G = 41.21%
B = 31.92%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.23

 K value IS 0.2

RGB Variations

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

Color information

#85CC9E (or 0x85CC9E) is known color: Summer Green. HEX triplet: 85, CC and 9E. RGB value is (133,204,158). Sum of RGB (Red+Green+Blue) = 133+204+158=495 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.87% from 495); Green value is 204 (80.08% from 255 or 41.21% from 495); Blue value is 158 (62.11% from 255 or 31.92% from 495); Max value from RGB is 204 - color contains mainly: green. Hex color #85CC9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85CC9E is #7A3361. Grayscale: #B1B1B1. Windows color (decimal): -8008546 or 10407045. OLE color: 10407045.

HSL color Cylindrical-coordinate representation of color #85CC9E: hue angle of 141.13º 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 #85CC9E is Cyan = 0.35, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.2.

Color convert

RGB 133 204 158 -
CMYK 0.35 0 0.23 0.2
HSL 141.13º 0.41% 0.66% -
HSV(B) 141.13º 0.35% 0.8% -
XYZ 37.44 50.64 40.15 -
YUV 177.53 116.98 96.24 -
System Red Green Blue C M Y K H S L
Decimal 133 204 158 0.35 0 0.23 0.2 141.13 0.41 0.66
Hex 85 CC 9E 23 0 17 14 8D 29 42
Octal 205 314 236 43 0 27 24 215 51 102
Binary 10000101 11001100 10011110 100011 0 10111 10100 10001101 101001 1000010

Color Harmonies of #85CC9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85CC9E

Black with #85CC9E

Text Example


Text Example

White with #85CC9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #85CC9E;
 }
 .AnyTagClassName
 {
   color: #85CC9E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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