#73D08A

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

Shades of De York #73D08A

Tints of De York #73D08A

Color information

#73D08A (or 0x73D08A) is unknown color: approx De York. HEX triplet: 73, D0 and 8A. RGB value is (115,208,138). Sum of RGB (Red+Green+Blue) = 115+208+138=461 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.95% from 461); Green value is 208 (81.64% from 255 or 45.12% from 461); Blue value is 138 (54.30% from 255 or 29.93% from 461); Max value from RGB is 208 - color contains mainly: green. Hex color #73D08A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73D08A is #8C2F75. Grayscale: #ACACAC. Windows color (decimal): -9187190 or 9097331. OLE color: 9097331.

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

Color convert

RGB115208138-
CMYK0.4500.340.18
HSL134.84º49.73%63.33%-
HSV(B)134.84º44.71%81.57%-
XYZ34.2150.5932.01-
YUV172.21108.6987.19-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 24.95%
GREEN value IS 208 (81.64% from 255) = 45.12%
BLUE value IS 138 (54.30% from 255) = 29.93%
R=24.95%
G=45.12%
B=29.93%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1152081380.4500.340.18134.8449.7363.33
Hex73D08A2D0221287323f
Octal16332021255042222076277
Binary1110011110100001000101010110101000101001010000111110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73D08A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,208,138); }

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

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

 a { background-color: rgb(115,208,138); }

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

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

 span { border-color: rgb(115,208,138); }

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