#73D28C

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

Shades of De York #73D28C

Tints of De York #73D28C

Color information

#73D28C (or 0x73D28C) is unknown color: approx De York. HEX triplet: 73, D2 and 8C. RGB value is (115,210,140). Sum of RGB (Red+Green+Blue) = 115+210+140=465 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.73% from 465); Green value is 210 (82.42% from 255 or 45.16% from 465); Blue value is 140 (55.08% from 255 or 30.11% from 465); Max value from RGB is 210 - color contains mainly: green. Hex color #73D28C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73D28C is #8C2D73. Grayscale: #ADADAD. Windows color (decimal): -9186676 or 9228915. OLE color: 9228915.

HSL color Cylindrical-coordinate representation of color #73D28C: hue angle of 135.79º 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 #73D28C is Cyan = 0.45, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB115210140-
CMYK0.4500.330.18
HSL135.79º51.35%63.73%-
HSV(B)135.79º45.24%82.35%-
XYZ34.8551.6332.94-
YUV173.62109.0386.19-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 24.73%
GREEN value IS 210 (82.42% from 255) = 45.16%
BLUE value IS 140 (55.08% from 255) = 30.11%
R=24.73%
G=45.16%
B=30.11%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1152101400.4500.330.18135.7951.3563.73
Hex73D28C2D02112883340
Octal163322214550412221063100
Binary11100111101001010001100101101010000110010100010001100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73D28C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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