Html Css Color HEX #89DC85 De York

📋 copy color: '#89DC85'

red 137 ◦ green 220 ◦ blue 133

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

Shades of De York #89DC85

Tints of De York #89DC85

RGB

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

 GREEN value IS 220 (86.33% from 255) = 44.9%

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

R = 27.96%
G = 44.9%
B = 27.14%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#89DC85 (or 0x89DC85) is known color: De York. HEX triplet: 89, DC and 85. RGB value is (137,220,133). Sum of RGB (Red+Green+Blue) = 137+220+133=490 (64% of max value = 765). Red value is 137 (53.91% from 255 or 27.96% from 490); Green value is 220 (86.33% from 255 or 44.90% from 490); Blue value is 133 (52.34% from 255 or 27.14% from 490); Max value from RGB is 220 - color contains mainly: green. Hex color #89DC85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89DC85 is #76237A. Grayscale: #B9B9B9. Windows color (decimal): -7742331 or 8772745. OLE color: 8772745.

HSL color Cylindrical-coordinate representation of color #89DC85: hue angle of 117.24º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #89DC85 is Cyan = 0.38, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB 137 220 133 -
CMYK 0.38 0 0.40 0.14
HSL 117.24º 0.55% 0.69% -
HSV(B) 117.24º 0.4% 0.86% -
XYZ 40.14 58.2 31.31 -
YUV 185.27 98.5 93.57 -
System Red Green Blue C M Y K H S L
Decimal 137 220 133 0.38 0 0.40 0.14 117.24 0.55 0.69
Hex 89 DC 85 26 0 28 E 75 37 45
Octal 211 334 205 46 0 50 16 165 67 105
Binary 10001001 11011100 10000101 100110 0 101000 1110 1110101 110111 1000101

Color Harmonies of #89DC85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89DC85

Black with #89DC85

Text Example


Text Example

White with #89DC85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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