Html Css Color HEX #72D188 De York

📋 copy color: '#72D188'

red 114 ◦ green 209 ◦ blue 136

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

Shades of De York #72D188

Tints of De York #72D188

RGB

 RED value IS 114 (44.92% from 255) = 24.84%

 GREEN value IS 209 (82.03% from 255) = 45.53%

 BLUE value IS 136 (53.52% from 255) = 29.63%

R = 24.84%
G = 45.53%
B = 29.63%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#72D188 (or 0x72D188) is known color: De York. HEX triplet: 72, D1 and 88. RGB value is (114,209,136). Sum of RGB (Red+Green+Blue) = 114+209+136=459 (60% of max value = 765). Red value is 114 (44.92% from 255 or 24.84% from 459); Green value is 209 (82.03% from 255 or 45.53% from 459); Blue value is 136 (53.52% from 255 or 29.63% from 459); Max value from RGB is 209 - color contains mainly: green. Hex color #72D188 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72D188 is #8D2E77. Grayscale: #ACACAC. Windows color (decimal): -9252472 or 8966514. OLE color: 8966514.

HSL color Cylindrical-coordinate representation of color #72D188: hue angle of 133.89º degrees, saturation: 0.51, 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 #72D188 is Cyan = 0.45, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.18.

Color convert

RGB 114 209 136 -
CMYK 0.45 0 0.35 0.18
HSL 133.89º 0.51% 0.63% -
HSV(B) 133.89º 0.45% 0.82% -
XYZ 34.18 50.96 31.33 -
YUV 172.27 107.53 86.44 -
System Red Green Blue C M Y K H S L
Decimal 114 209 136 0.45 0 0.35 0.18 133.89 0.51 0.63
Hex 72 D1 88 2D 0 23 12 86 33 3F
Octal 162 321 210 55 0 43 22 206 63 77
Binary 1110010 11010001 10001000 101101 0 100011 10010 10000110 110011 111111

Color Harmonies of #72D188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72D188

Black with #72D188

Text Example


Text Example

White with #72D188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72D188; }

 p { color: rgb(114,209,136); }

 H1.HeaderClassName
 {
   color: #72D188;
 }
 .AnyTagClassName
 {
   color: #72D188;
 }
</style>

background-color css

<style>
 a { background-color: #72D188; }

 a { background-color: rgb(114,209,136); }

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

border-color css

<style>
 span { border-color: #72D188; }

 span { border-color: rgb(114,209,136); }

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