#73CA83

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

Shades of De York #73CA83

Tints of De York #73CA83

Color information

#73CA83 (or 0x73CA83) is unknown color: approx De York. HEX triplet: 73, CA and 83. RGB value is (115,202,131). Sum of RGB (Red+Green+Blue) = 115+202+131=448 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.67% from 448); Green value is 202 (79.30% from 255 or 45.09% from 448); Blue value is 131 (51.56% from 255 or 29.24% from 448); Max value from RGB is 202 - color contains mainly: green. Hex color #73CA83 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73CA83 is #8C357C. Grayscale: #A8A8A8. Windows color (decimal): -9188733 or 8637043. OLE color: 8637043.

HSL color Cylindrical-coordinate representation of color #73CA83: hue angle of 131.03º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #73CA83 is Cyan = 0.43, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.21.

Color convert

RGB115202131-
CMYK0.4300.350.21
HSL131.03º45.08%62.16%-
HSV(B)131.03º43.07%79.22%-
XYZ32.2947.5228.94-
YUV167.89107.1890.27-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 25.67%
GREEN value IS 202 (79.30% from 255) = 45.09%
BLUE value IS 131 (51.56% from 255) = 29.24%
R=25.67%
G=45.09%
B=29.24%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1152021310.4300.350.21131.0345.0862.16
Hex73CA832B02315832d3e
Octal16331220353043252035576
Binary1110011110010101000001110101101000111010110000011101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73CA83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,202,131); }

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

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

 a { background-color: rgb(115,202,131); }

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

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

 span { border-color: rgb(115,202,131); }

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