Html Css Color HEX #73C080 De York

📋 copy color: '#73C080'

red 115 ◦ green 192 ◦ blue 128

#73C080
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of De York #73C080

Tints of De York #73C080

RGB

 RED value IS 115 (45.31% from 255) = 26.44%

 GREEN value IS 192 (75.39% from 255) = 44.14%

 BLUE value IS 128 (50.39% from 255) = 29.43%

R = 26.44%
G = 44.14%
B = 29.43%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#73C080 (or 0x73C080) is known color: De York. HEX triplet: 73, C0 and 80. RGB value is (115,192,128). Sum of RGB (Red+Green+Blue) = 115+192+128=435 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.44% from 435); Green value is 192 (75.39% from 255 or 44.14% from 435); Blue value is 128 (50.39% from 255 or 29.43% from 435); Max value from RGB is 192 - color contains mainly: green. Hex color #73C080 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73C080 is #8C3F7F. Grayscale: #A1A1A1. Windows color (decimal): -9191296 or 8437875. OLE color: 8437875.

HSL color Cylindrical-coordinate representation of color #73C080: hue angle of 130.13º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #73C080 is Cyan = 0.40, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB 115 192 128 -
CMYK 0.40 0 0.33 0.25
HSL 130.13º 0.38% 0.6% -
HSV(B) 130.13º 0.4% 0.75% -
XYZ 29.82 42.9 27.13 -
YUV 161.68 108.99 94.7 -
System Red Green Blue C M Y K H S L
Decimal 115 192 128 0.40 0 0.33 0.25 130.13 0.38 0.6
Hex 73 C0 80 28 0 21 19 82 26 3C
Octal 163 300 200 50 0 41 31 202 46 74
Binary 1110011 11000000 10000000 101000 0 100001 11001 10000010 100110 111100

Color Harmonies of #73C080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73C080

Black with #73C080

Text Example


Text Example

White with #73C080

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #73C080;
 }
 .AnyTagClassName
 {
   color: #73C080;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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