#72BF19

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

Shades of Christi #72BF19

Tints of Christi #72BF19

Color information

#72BF19 (or 0x72BF19) is unknown color: approx Christi. HEX triplet: 72, BF and 19. RGB value is (114,191,25). Sum of RGB (Red+Green+Blue) = 114+191+25=330 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.55% from 330); Green value is 191 (75% from 255 or 57.88% from 330); Blue value is 25 (10.16% from 255 or 7.58% from 330); Max value from RGB is 191 - color contains mainly: green. Hex color #72BF19 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #72BF19 is #8D40E6. Grayscale: #959595. Windows color (decimal): -9257191 or 1687410. OLE color: 1687410.

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

Color convert

RGB11419125-
CMYK0.4000.870.25
HSL87.83º76.85%42.35%-
HSV(B)87.83º86.91%74.9%-
XYZ25.7540.917.46-
YUV149.0557.99103-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.55%
GREEN value IS 191 (75% from 255) = 57.88%
BLUE value IS 25 (10.16% from 255) = 7.58%
R=34.55%
G=57.88%
B=7.58%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal114191250.4000.870.2587.8376.8542.35
Hex72BF192805719584d2a
Octal162277315001273113011552
Binary11100101011111111001101000010101111100110110001001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72BF19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,191,25); }

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

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

 a { background-color: rgb(114,191,25); }

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

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

 span { border-color: rgb(114,191,25); }

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