#72BC17

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

Shades of Christi #72BC17

Tints of Christi #72BC17

Color information

#72BC17 (or 0x72BC17) is unknown color: approx Christi. HEX triplet: 72, BC and 17. RGB value is (114,188,23). Sum of RGB (Red+Green+Blue) = 114+188+23=325 (43% of max value = 765). Red value is 114 (44.92% from 255 or 35.08% from 325); Green value is 188 (73.83% from 255 or 57.85% from 325); Blue value is 23 (9.38% from 255 or 7.08% from 325); Max value from RGB is 188 - color contains mainly: green. Hex color #72BC17 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #72BC17 is #8D43E8. Grayscale: #939393. Windows color (decimal): -9257961 or 1555570. OLE color: 1555570.

HSL color Cylindrical-coordinate representation of color #72BC17: hue angle of 86.91º degrees, saturation: 0.78, 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 #72BC17 is Cyan = 0.39, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.

Color convert

RGB11418823-
CMYK0.3900.880.26
HSL86.91º78.2%41.37%-
HSV(B)86.91º87.77%73.73%-
XYZ25.0839.617.13-
YUV147.0657.98104.42-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.08%
GREEN value IS 188 (73.83% from 255) = 57.85%
BLUE value IS 23 (9.38% from 255) = 7.08%
R=35.08%
G=57.85%
B=7.08%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal114188230.3900.880.2686.9178.241.37
Hex72BC17270581A574e29
Octal162274274701303212711651
Binary11100101011110010111100111010110001101010101111001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72BC17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,188,23); }

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

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

 a { background-color: rgb(114,188,23); }

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

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

 span { border-color: rgb(114,188,23); }

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