Html Css Color HEX #72CE86 De York

📋 copy color: '#72CE86'

red 114 ◦ green 206 ◦ blue 134

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

Shades of De York #72CE86

Tints of De York #72CE86

RGB

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

 GREEN value IS 206 (80.86% from 255) = 45.37%

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

R = 25.11%
G = 45.37%
B = 29.52%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.35

 K value IS 0.19

RGB Variations

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

Color information

#72CE86 (or 0x72CE86) is known color: De York. HEX triplet: 72, CE and 86. RGB value is (114,206,134). Sum of RGB (Red+Green+Blue) = 114+206+134=454 (60% of max value = 765). Red value is 114 (44.92% from 255 or 25.11% from 454); Green value is 206 (80.86% from 255 or 45.37% from 454); Blue value is 134 (52.73% from 255 or 29.52% from 454); Max value from RGB is 206 - color contains mainly: green. Hex color #72CE86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72CE86 is #8D3179. Grayscale: #AAAAAA. Windows color (decimal): -9253242 or 8834674. OLE color: 8834674.

HSL color Cylindrical-coordinate representation of color #72CE86: hue angle of 133.04º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #72CE86 is Cyan = 0.45, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.19.

Color convert

RGB 114 206 134 -
CMYK 0.45 0 0.35 0.19
HSL 133.04º 0.48% 0.63% -
HSV(B) 133.04º 0.45% 0.81% -
XYZ 33.31 49.44 30.34 -
YUV 170.28 107.52 87.85 -
System Red Green Blue C M Y K H S L
Decimal 114 206 134 0.45 0 0.35 0.19 133.04 0.48 0.63
Hex 72 CE 86 2D 0 23 13 85 30 3F
Octal 162 316 206 55 0 43 23 205 60 77
Binary 1110010 11001110 10000110 101101 0 100011 10011 10000101 110000 111111

Color Harmonies of #72CE86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72CE86

Black with #72CE86

Text Example


Text Example

White with #72CE86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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