#72BD16

Color #72BD16 Christi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christi #72BD16

Tints of Christi #72BD16

Color information

#72BD16 (or 0x72BD16) is unknown color: approx Christi. HEX triplet: 72, BD and 16. RGB value is (114,189,22). Sum of RGB (Red+Green+Blue) = 114+189+22=325 (43% of max value = 765). Red value is 114 (44.92% from 255 or 35.08% from 325); Green value is 189 (74.22% from 255 or 58.15% from 325); Blue value is 22 (8.98% from 255 or 6.77% from 325); Max value from RGB is 189 - color contains mainly: green. Hex color #72BD16 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #72BD16 is #8D42E9. Grayscale: #949494. Windows color (decimal): -9257706 or 1490290. OLE color: 1490290.

HSL color Cylindrical-coordinate representation of color #72BD16: hue angle of 86.95º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #72BD16 is Cyan = 0.40, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.

Color convert

RGB11418922-
CMYK0.4000.880.26
HSL86.95º79.15%41.37%-
HSV(B)86.95º88.36%74.12%-
XYZ25.2840.037.15-
YUV147.5457.15104.08-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.08%
GREEN value IS 189 (74.22% from 255) = 58.15%
BLUE value IS 22 (8.98% from 255) = 6.77%
R=35.08%
G=58.15%
B=6.77%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal114189220.4000.880.2686.9579.1541.37
Hex72BD16280581A574f29
Octal162275265001303212711751
Binary11100101011110110110101000010110001101010101111001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72BD16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,189,22); }

 H1.HeaderClassName
 {
   color: #72BD16;
 }
 .AnyTagClassName
 {
   color: #72BD16;
 }
</style>
background-color css

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

 a { background-color: rgb(114,189,22); }

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

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

 span { border-color: rgb(114,189,22); }

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