Html Css Color HEX #73DC91 De York

📋 copy color: '#73DC91'

red 115 ◦ green 220 ◦ blue 145

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

Shades of De York #73DC91

Tints of De York #73DC91

RGB

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

 GREEN value IS 220 (86.33% from 255) = 45.83%

 BLUE value IS 145 (57.03% from 255) = 30.21%

R = 23.96%
G = 45.83%
B = 30.21%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#73DC91 (or 0x73DC91) is known color: De York. HEX triplet: 73, DC and 91. RGB value is (115,220,145). Sum of RGB (Red+Green+Blue) = 115+220+145=480 (63% of max value = 765). Red value is 115 (45.31% from 255 or 23.96% from 480); Green value is 220 (86.33% from 255 or 45.83% from 480); Blue value is 145 (57.03% from 255 or 30.21% from 480); Max value from RGB is 220 - color contains mainly: green. Hex color #73DC91 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73DC91 is #8C236E. Grayscale: #B4B4B4. Windows color (decimal): -9184111 or 9559155. OLE color: 9559155.

HSL color Cylindrical-coordinate representation of color #73DC91: hue angle of 137.14º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #73DC91 is Cyan = 0.48, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.14.

Color convert

RGB 115 220 145 -
CMYK 0.48 0 0.34 0.14
HSL 137.14º 0.6% 0.66% -
HSV(B) 137.14º 0.48% 0.86% -
XYZ 37.77 56.88 35.78 -
YUV 180.06 108.21 81.6 -
System Red Green Blue C M Y K H S L
Decimal 115 220 145 0.48 0 0.34 0.14 137.14 0.6 0.66
Hex 73 DC 91 30 0 22 E 89 3C 42
Octal 163 334 221 60 0 42 16 211 74 102
Binary 1110011 11011100 10010001 110000 0 100010 1110 10001001 111100 1000010

Color Harmonies of #73DC91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73DC91

Black with #73DC91

Text Example


Text Example

White with #73DC91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,220,145); }

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

background-color css

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

 a { background-color: rgb(115,220,145); }

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

border-color css

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

 span { border-color: rgb(115,220,145); }

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