#89D480

Color #89D480 De York (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of De York #89D480

Tints of De York #89D480

Color information

#89D480 (or 0x89D480) is unknown color: approx De York. HEX triplet: 89, D4 and 80. RGB value is (137,212,128). Sum of RGB (Red+Green+Blue) = 137+212+128=477 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.72% from 477); Green value is 212 (83.20% from 255 or 44.44% from 477); Blue value is 128 (50.39% from 255 or 26.83% from 477); Max value from RGB is 212 - color contains mainly: green. Hex color #89D480 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89D480 is #762B7F. Grayscale: #B4B4B4. Windows color (decimal): -7744384 or 8443017. OLE color: 8443017.

HSL color Cylindrical-coordinate representation of color #89D480: hue angle of 113.57º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #89D480 is Cyan = 0.35, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.17.

Color convert

RGB137212128-
CMYK0.3500.400.17
HSL113.57º49.41%66.67%-
HSV(B)113.57º39.62%83.14%-
XYZ37.7653.9628.85-
YUV18098.6597.33-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 28.72%
GREEN value IS 212 (83.20% from 255) = 44.44%
BLUE value IS 128 (50.39% from 255) = 26.83%
R=28.72%
G=44.44%
B=26.83%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1372121280.3500.400.17113.5749.4166.67
Hex89D4802302811723143
Octal211324200430502116261103
Binary10001001110101001000000010001101010001000111100101100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89D480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,212,128); }

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

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

 a { background-color: rgb(137,212,128); }

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

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

 span { border-color: rgb(137,212,128); }

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