#73C880

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

Shades of De York #73C880

Tints of De York #73C880

Color information

#73C880 (or 0x73C880) is unknown color: approx De York. HEX triplet: 73, C8 and 80. RGB value is (115,200,128). Sum of RGB (Red+Green+Blue) = 115+200+128=443 (58% of max value = 765). Red value is 115 (45.31% from 255 or 25.96% from 443); Green value is 200 (78.52% from 255 or 45.15% from 443); Blue value is 128 (50.39% from 255 or 28.89% from 443); Max value from RGB is 200 - color contains mainly: green. Hex color #73C880 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73C880 is #8C377F. Grayscale: #A6A6A6. Windows color (decimal): -9189248 or 8439923. OLE color: 8439923.

HSL color Cylindrical-coordinate representation of color #73C880: hue angle of 129.18º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #73C880 is Cyan = 0.42, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB115200128-
CMYK0.4200.360.22
HSL129.18º43.59%61.76%-
HSV(B)129.18º42.5%78.43%-
XYZ31.6246.5127.73-
YUV166.38106.3491.35-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 25.96%
GREEN value IS 200 (78.52% from 255) = 45.15%
BLUE value IS 128 (50.39% from 255) = 28.89%
R=25.96%
G=45.15%
B=28.89%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1152001280.4200.360.22129.1843.5961.76
Hex73C8802A02416812c3e
Octal16331020052044262015476
Binary1110011110010001000000010101001001001011010000001101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73C880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,200,128); }

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

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

 a { background-color: rgb(115,200,128); }

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

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

 span { border-color: rgb(115,200,128); }

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