#72BE11

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

Shades of Christi #72BE11

Tints of Christi #72BE11

Color information

#72BE11 (or 0x72BE11) is unknown color: approx Christi. HEX triplet: 72, BE and 11. RGB value is (114,190,17). Sum of RGB (Red+Green+Blue) = 114+190+17=321 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.51% from 321); Green value is 190 (74.61% from 255 or 59.19% from 321); Blue value is 17 (7.03% from 255 or 5.30% from 321); Max value from RGB is 190 - color contains mainly: green. Hex color #72BE11 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #72BE11 is #8D41EE. Grayscale: #949494. Windows color (decimal): -9257455 or 1162866. OLE color: 1162866.

HSL color Cylindrical-coordinate representation of color #72BE11: hue angle of 86.36º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #72BE11 is Cyan = 0.40, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB11419017-
CMYK0.4000.910.25
HSL86.36º83.57%40.59%-
HSV(B)86.36º91.05%74.51%-
XYZ25.4540.447-
YUV147.5554.32104.07-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.51%
GREEN value IS 190 (74.61% from 255) = 59.19%
BLUE value IS 17 (7.03% from 255) = 5.30%
R=35.51%
G=59.19%
B=5.30%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal114190170.4000.910.2586.3683.5740.59
Hex72BE112805B19565429
Octal162276215001333112612451
Binary11100101011111010001101000010110111100110101101010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72BE11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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