Html Css Color HEX #73D88D De York

📋 copy color: '#73D88D'

red 115 ◦ green 216 ◦ blue 141

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

Shades of De York #73D88D

Tints of De York #73D88D

RGB

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

 GREEN value IS 216 (84.77% from 255) = 45.76%

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

R = 24.36%
G = 45.76%
B = 29.87%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#73D88D (or 0x73D88D) is known color: De York. HEX triplet: 73, D8 and 8D. RGB value is (115,216,141). Sum of RGB (Red+Green+Blue) = 115+216+141=472 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.36% from 472); Green value is 216 (84.77% from 255 or 45.76% from 472); Blue value is 141 (55.47% from 255 or 29.87% from 472); Max value from RGB is 216 - color contains mainly: green. Hex color #73D88D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73D88D is #8C2772. Grayscale: #B1B1B1. Windows color (decimal): -9185139 or 9295987. OLE color: 9295987.

HSL color Cylindrical-coordinate representation of color #73D88D: hue angle of 135.45º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #73D88D is Cyan = 0.47, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB 115 216 141 -
CMYK 0.47 0 0.35 0.15
HSL 135.45º 0.56% 0.65% -
HSV(B) 135.45º 0.47% 0.85% -
XYZ 36.43 54.68 33.83 -
YUV 177.25 107.54 83.6 -
System Red Green Blue C M Y K H S L
Decimal 115 216 141 0.47 0 0.35 0.15 135.45 0.56 0.65
Hex 73 D8 8D 2F 0 23 F 87 38 41
Octal 163 330 215 57 0 43 17 207 70 101
Binary 1110011 11011000 10001101 101111 0 100011 1111 10000111 111000 1000001

Color Harmonies of #73D88D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73D88D

Black with #73D88D

Text Example


Text Example

White with #73D88D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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