Html Css Color HEX #89CC85 De York

📋 copy color: '#89CC85'

red 137 ◦ green 204 ◦ blue 133

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

Shades of De York #89CC85

Tints of De York #89CC85

RGB

 RED value IS 137 (53.91% from 255) = 28.9%

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

 BLUE value IS 133 (52.34% from 255) = 28.06%

R = 28.9%
G = 43.04%
B = 28.06%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.35

 K value IS 0.2

RGB Variations

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

Color information

#89CC85 (or 0x89CC85) is known color: De York. HEX triplet: 89, CC and 85. RGB value is (137,204,133). Sum of RGB (Red+Green+Blue) = 137+204+133=474 (62% of max value = 765). Red value is 137 (53.91% from 255 or 28.90% from 474); Green value is 204 (80.08% from 255 or 43.04% from 474); Blue value is 133 (52.34% from 255 or 28.06% from 474); Max value from RGB is 204 - color contains mainly: green. Hex color #89CC85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89CC85 is #76337A. Grayscale: #B0B0B0. Windows color (decimal): -7746427 or 8768649. OLE color: 8768649.

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

Color convert

RGB 137 204 133 -
CMYK 0.33 0 0.35 0.2
HSL 116.62º 0.41% 0.66% -
HSV(B) 116.62º 0.35% 0.8% -
XYZ 36.14 50.2 29.97 -
YUV 175.87 103.8 100.27 -
System Red Green Blue C M Y K H S L
Decimal 137 204 133 0.33 0 0.35 0.2 116.62 0.41 0.66
Hex 89 CC 85 21 0 23 14 75 29 42
Octal 211 314 205 41 0 43 24 165 51 102
Binary 10001001 11001100 10000101 100001 0 100011 10100 1110101 101001 1000010

Color Harmonies of #89CC85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89CC85

Black with #89CC85

Text Example


Text Example

White with #89CC85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89CC85; }

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

 H1.HeaderClassName
 {
   color: #89CC85;
 }
 .AnyTagClassName
 {
   color: #89CC85;
 }
</style>

background-color css

<style>
 a { background-color: #89CC85; }

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

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

border-color css

<style>
 span { border-color: #89CC85; }

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

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