#73D28B

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

Shades of De York #73D28B

Tints of De York #73D28B

Color information

#73D28B (or 0x73D28B) is unknown color: approx De York. HEX triplet: 73, D2 and 8B. RGB value is (115,210,139). Sum of RGB (Red+Green+Blue) = 115+210+139=464 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.78% from 464); Green value is 210 (82.42% from 255 or 45.26% from 464); Blue value is 139 (54.69% from 255 or 29.96% from 464); Max value from RGB is 210 - color contains mainly: green. Hex color #73D28B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73D28B is #8C2D74. Grayscale: #ADADAD. Windows color (decimal): -9186677 or 9163379. OLE color: 9163379.

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

Color convert

RGB115210139-
CMYK0.4500.340.18
HSL135.16º51.35%63.73%-
HSV(B)135.16º45.24%82.35%-
XYZ34.7851.632.55-
YUV173.5108.5386.27-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 24.78%
GREEN value IS 210 (82.42% from 255) = 45.26%
BLUE value IS 139 (54.69% from 255) = 29.96%
R=24.78%
G=45.26%
B=29.96%

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
Decimal1152101390.4500.340.18135.1651.3563.73
Hex73D28B2D02212873340
Octal163322213550422220763100
Binary11100111101001010001011101101010001010010100001111100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73D28B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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