#72BD11

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

Shades of Christi #72BD11

Tints of Christi #72BD11

Color information

#72BD11 (or 0x72BD11) is unknown color: approx Christi. HEX triplet: 72, BD and 11. RGB value is (114,189,17). Sum of RGB (Red+Green+Blue) = 114+189+17=320 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.62% from 320); Green value is 189 (74.22% from 255 or 59.06% from 320); Blue value is 17 (7.03% from 255 or 5.31% from 320); Max value from RGB is 189 - color contains mainly: green. Hex color #72BD11 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #72BD11 is #8D42EE. Grayscale: #939393. Windows color (decimal): -9257711 or 1162610. OLE color: 1162610.

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

Color convert

RGB11418917-
CMYK0.4000.910.26
HSL86.16º83.5%40.39%-
HSV(B)86.16º91.01%74.12%-
XYZ25.2440.016.92-
YUV146.9754.65104.49-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.62%
GREEN value IS 189 (74.22% from 255) = 59.06%
BLUE value IS 17 (7.03% from 255) = 5.31%
R=35.62%
G=59.06%
B=5.31%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal114189170.4000.910.2686.1683.540.39
Hex72BD112805B1A565328
Octal162275215001333212612350
Binary11100101011110110001101000010110111101010101101010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72BD11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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