Html Css Color HEX #73D08B De York

📋 copy color: '#73D08B'

red 115 ◦ green 208 ◦ blue 139

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

Shades of De York #73D08B

Tints of De York #73D08B

RGB

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

 GREEN value IS 208 (81.64% from 255) = 45.02%

 BLUE value IS 139 (54.69% from 255) = 30.09%

R = 24.89%
G = 45.02%
B = 30.09%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#73D08B (or 0x73D08B) is known color: De York. HEX triplet: 73, D0 and 8B. RGB value is (115,208,139). Sum of RGB (Red+Green+Blue) = 115+208+139=462 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.89% from 462); Green value is 208 (81.64% from 255 or 45.02% from 462); Blue value is 139 (54.69% from 255 or 30.09% from 462); Max value from RGB is 208 - color contains mainly: green. Hex color #73D08B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73D08B is #8C2F74. Grayscale: #ACACAC. Windows color (decimal): -9187189 or 9162867. OLE color: 9162867.

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

Color convert

RGB 115 208 139 -
CMYK 0.45 0 0.33 0.18
HSL 135.48º 0.5% 0.63% -
HSV(B) 135.48º 0.45% 0.82% -
XYZ 34.29 50.62 32.39 -
YUV 172.33 109.19 87.11 -
System Red Green Blue C M Y K H S L
Decimal 115 208 139 0.45 0 0.33 0.18 135.48 0.5 0.63
Hex 73 D0 8B 2D 0 21 12 87 32 3F
Octal 163 320 213 55 0 41 22 207 62 77
Binary 1110011 11010000 10001011 101101 0 100001 10010 10000111 110010 111111

Color Harmonies of #73D08B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73D08B

Black with #73D08B

Text Example


Text Example

White with #73D08B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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