Html Css Color HEX #72D186 De York

📋 copy color: '#72D186'

red 114 ◦ green 209 ◦ blue 134

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

Shades of De York #72D186

Tints of De York #72D186

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 29.32%

R = 24.95%
G = 45.73%
B = 29.32%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#72D186 (or 0x72D186) is known color: De York. HEX triplet: 72, D1 and 86. RGB value is (114,209,134). Sum of RGB (Red+Green+Blue) = 114+209+134=457 (60% of max value = 765). Red value is 114 (44.92% from 255 or 24.95% from 457); Green value is 209 (82.03% from 255 or 45.73% from 457); Blue value is 134 (52.73% from 255 or 29.32% from 457); Max value from RGB is 209 - color contains mainly: green. Hex color #72D186 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72D186 is #8D2E79. Grayscale: #ACACAC. Windows color (decimal): -9252474 or 8835442. OLE color: 8835442.

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

Color convert

RGB 114 209 134 -
CMYK 0.45 0 0.36 0.18
HSL 132.63º 0.51% 0.63% -
HSV(B) 132.63º 0.45% 0.82% -
XYZ 34.04 50.9 30.58 -
YUV 172.05 106.53 86.6 -
System Red Green Blue C M Y K H S L
Decimal 114 209 134 0.45 0 0.36 0.18 132.63 0.51 0.63
Hex 72 D1 86 2D 0 24 12 85 33 3F
Octal 162 321 206 55 0 44 22 205 63 77
Binary 1110010 11010001 10000110 101101 0 100100 10010 10000101 110011 111111

Color Harmonies of #72D186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72D186

Black with #72D186

Text Example


Text Example

White with #72D186

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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