Html Css Color HEX #73D38D De York

📋 copy color: '#73D38D'

red 115 ◦ green 211 ◦ blue 141

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

Shades of De York #73D38D

Tints of De York #73D38D

RGB

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

 GREEN value IS 211 (82.81% from 255) = 45.18%

 BLUE value IS 141 (55.47% from 255) = 30.19%

R = 24.63%
G = 45.18%
B = 30.19%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.33

 K value IS 0.17

RGB Variations

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

Color information

#73D38D (or 0x73D38D) is known color: De York. HEX triplet: 73, D3 and 8D. RGB value is (115,211,141). Sum of RGB (Red+Green+Blue) = 115+211+141=467 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.63% from 467); Green value is 211 (82.81% from 255 or 45.18% from 467); Blue value is 141 (55.47% from 255 or 30.19% from 467); Max value from RGB is 211 - color contains mainly: green. Hex color #73D38D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73D38D is #8C2C72. Grayscale: #AEAEAE. Windows color (decimal): -9186419 or 9294707. OLE color: 9294707.

HSL color Cylindrical-coordinate representation of color #73D38D: hue angle of 136.25º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #73D38D is Cyan = 0.45, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.17.

Color convert

RGB 115 211 141 -
CMYK 0.45 0 0.33 0.17
HSL 136.25º 0.52% 0.64% -
HSV(B) 136.25º 0.45% 0.83% -
XYZ 35.17 52.16 33.41 -
YUV 174.32 109.2 85.69 -
System Red Green Blue C M Y K H S L
Decimal 115 211 141 0.45 0 0.33 0.17 136.25 0.52 0.64
Hex 73 D3 8D 2D 0 21 11 88 34 40
Octal 163 323 215 55 0 41 21 210 64 100
Binary 1110011 11010011 10001101 101101 0 100001 10001 10001000 110100 1000000

Color Harmonies of #73D38D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73D38D

Black with #73D38D

Text Example


Text Example

White with #73D38D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,211,141); }

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

background-color css

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

 a { background-color: rgb(115,211,141); }

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

border-color css

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

 span { border-color: rgb(115,211,141); }

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