#73D288

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

Shades of De York #73D288

Tints of De York #73D288

Color information

#73D288 (or 0x73D288) is unknown color: approx De York. HEX triplet: 73, D2 and 88. RGB value is (115,210,136). Sum of RGB (Red+Green+Blue) = 115+210+136=461 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.95% from 461); Green value is 210 (82.42% from 255 or 45.55% from 461); Blue value is 136 (53.52% from 255 or 29.50% from 461); Max value from RGB is 210 - color contains mainly: green. Hex color #73D288 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73D288 is #8C2D77. Grayscale: #ADADAD. Windows color (decimal): -9186680 or 8966771. OLE color: 8966771.

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

Color convert

RGB115210136-
CMYK0.4500.350.18
HSL133.26º51.35%63.73%-
HSV(B)133.26º45.24%82.35%-
XYZ34.5651.5231.41-
YUV173.16107.0386.52-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 24.95%
GREEN value IS 210 (82.42% from 255) = 45.55%
BLUE value IS 136 (53.52% from 255) = 29.50%
R=24.95%
G=45.55%
B=29.50%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1152101360.4500.350.18133.2651.3563.73
Hex73D2882D02312853340
Octal163322210550432220563100
Binary11100111101001010001000101101010001110010100001011100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73D288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73D288; }

 p { color: rgb(115,210,136); }

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

<style>
 a { background-color: #73D288; }

 a { background-color: rgb(115,210,136); }

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

<style>
 span { border-color: #73D288; }

 span { border-color: rgb(115,210,136); }

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