#89D294

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

Shades of De York #89D294

Tints of De York #89D294

Color information

#89D294 (or 0x89D294) is unknown color: approx De York. HEX triplet: 89, D2 and 94. RGB value is (137,210,148). Sum of RGB (Red+Green+Blue) = 137+210+148=495 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.68% from 495); Green value is 210 (82.42% from 255 or 42.42% from 495); Blue value is 148 (58.20% from 255 or 29.90% from 495); Max value from RGB is 210 - color contains mainly: green. Hex color #89D294 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #89D294 is #762D6B. Grayscale: #B5B5B5. Windows color (decimal): -7744876 or 9753225. OLE color: 9753225.

HSL color Cylindrical-coordinate representation of color #89D294: hue angle of 129.04º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #89D294 is Cyan = 0.35, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB137210148-
CMYK0.3500.300.18
HSL129.04º44.79%68.04%-
HSV(B)129.04º34.76%82.35%-
XYZ38.7153.5536.31-
YUV181.1109.3296.54-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.68%
GREEN value IS 210 (82.42% from 255) = 42.42%
BLUE value IS 148 (58.20% from 255) = 29.90%
R=27.68%
G=42.42%
B=29.90%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1372101480.3500.300.18129.0444.7968.04
Hex89D2942301E12812d44
Octal211322224430362220155104
Binary10001001110100101001010010001101111010010100000011011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89D294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,210,148); }

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

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

 a { background-color: rgb(137,210,148); }

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

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

 span { border-color: rgb(137,210,148); }

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