#72C213

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

Shades of Christi #72C213

Tints of Christi #72C213

Color information

#72C213 (or 0x72C213) is unknown color: approx Christi. HEX triplet: 72, C2 and 13. RGB value is (114,194,19). Sum of RGB (Red+Green+Blue) = 114+194+19=327 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.86% from 327); Green value is 194 (76.17% from 255 or 59.33% from 327); Blue value is 19 (7.81% from 255 or 5.81% from 327); Max value from RGB is 194 - color contains mainly: green. Hex color #72C213 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #72C213 is #8D3DEC. Grayscale: #969696. Windows color (decimal): -9256429 or 1294962. OLE color: 1294962.

HSL color Cylindrical-coordinate representation of color #72C213: hue angle of 87.43º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #72C213 is Cyan = 0.41, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB11419419-
CMYK0.4100.900.24
HSL87.43º82.16%41.76%-
HSV(B)87.43º90.21%76.08%-
XYZ26.3542.217.37-
YUV150.1354102.23-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.86%
GREEN value IS 194 (76.17% from 255) = 59.33%
BLUE value IS 19 (7.81% from 255) = 5.81%
R=34.86%
G=59.33%
B=5.81%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal114194190.4100.900.2487.4382.1641.76
Hex72C2132905A1857522a
Octal162302235101323012712252
Binary11100101100001010011101001010110101100010101111010010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72C213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,194,19); }

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

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

 a { background-color: rgb(114,194,19); }

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

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

 span { border-color: rgb(114,194,19); }

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