Html Css Color HEX #72CA86 De York

📋 copy color: '#72CA86'

red 114 ◦ green 202 ◦ blue 134

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

Shades of De York #72CA86

Tints of De York #72CA86

RGB

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

 GREEN value IS 202 (79.3% from 255) = 44.89%

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

R = 25.33%
G = 44.89%
B = 29.78%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.34

 K value IS 0.21

RGB Variations

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

Color information

#72CA86 (or 0x72CA86) is known color: De York. HEX triplet: 72, CA and 86. RGB value is (114,202,134). Sum of RGB (Red+Green+Blue) = 114+202+134=450 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.33% from 450); Green value is 202 (79.30% from 255 or 44.89% from 450); Blue value is 134 (52.73% from 255 or 29.78% from 450); Max value from RGB is 202 - color contains mainly: green. Hex color #72CA86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72CA86 is #8D3579. Grayscale: #A8A8A8. Windows color (decimal): -9254266 or 8833650. OLE color: 8833650.

HSL color Cylindrical-coordinate representation of color #72CA86: hue angle of 133.64º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #72CA86 is Cyan = 0.44, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.21.

Color convert

RGB 114 202 134 -
CMYK 0.44 0 0.34 0.21
HSL 133.64º 0.45% 0.62% -
HSV(B) 133.64º 0.44% 0.79% -
XYZ 32.36 47.54 30.02 -
YUV 167.94 108.85 89.53 -
System Red Green Blue C M Y K H S L
Decimal 114 202 134 0.44 0 0.34 0.21 133.64 0.45 0.62
Hex 72 CA 86 2C 0 22 15 86 2D 3E
Octal 162 312 206 54 0 42 25 206 55 76
Binary 1110010 11001010 10000110 101100 0 100010 10101 10000110 101101 111110

Color Harmonies of #72CA86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72CA86

Black with #72CA86

Text Example


Text Example

White with #72CA86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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