Html Css Color HEX #72CA96 Silver Tree

📋 copy color: '#72CA96'

red 114 ◦ green 202 ◦ blue 150

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

Shades of Silver Tree #72CA96

Tints of Silver Tree #72CA96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 32.19%

R = 24.46%
G = 43.35%
B = 32.19%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.26

 K value IS 0.21

RGB Variations

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

Color information

#72CA96 (or 0x72CA96) is known color: Silver Tree. HEX triplet: 72, CA and 96. RGB value is (114,202,150). Sum of RGB (Red+Green+Blue) = 114+202+150=466 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.46% from 466); Green value is 202 (79.30% from 255 or 43.35% from 466); Blue value is 150 (58.98% from 255 or 32.19% from 466); Max value from RGB is 202 - color contains mainly: green. Hex color #72CA96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72CA96 is #8D3569. Grayscale: #A9A9A9. Windows color (decimal): -9254250 or 9882226. OLE color: 9882226.

HSL color Cylindrical-coordinate representation of color #72CA96: hue angle of 144.55º 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 #72CA96 is Cyan = 0.44, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.21.

Color convert

RGB 114 202 150 -
CMYK 0.44 0 0.26 0.21
HSL 144.55º 0.45% 0.62% -
HSV(B) 144.55º 0.44% 0.79% -
XYZ 33.56 48.02 36.35 -
YUV 169.76 116.85 88.23 -
System Red Green Blue C M Y K H S L
Decimal 114 202 150 0.44 0 0.26 0.21 144.55 0.45 0.62
Hex 72 CA 96 2C 0 1A 15 91 2D 3E
Octal 162 312 226 54 0 32 25 221 55 76
Binary 1110010 11001010 10010110 101100 0 11010 10101 10010001 101101 111110

Color Harmonies of #72CA96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72CA96

Black with #72CA96

Text Example


Text Example

White with #72CA96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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