#72C114

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

Shades of Christi #72C114

Tints of Christi #72C114

Color information

#72C114 (or 0x72C114) is unknown color: approx Christi. HEX triplet: 72, C1 and 14. RGB value is (114,193,20). Sum of RGB (Red+Green+Blue) = 114+193+20=327 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.86% from 327); Green value is 193 (75.78% from 255 or 59.02% from 327); Blue value is 20 (8.20% from 255 or 6.12% from 327); Max value from RGB is 193 - color contains mainly: green. Hex color #72C114 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #72C114 is #8D3EEB. Grayscale: #969696. Windows color (decimal): -9256684 or 1360242. OLE color: 1360242.

HSL color Cylindrical-coordinate representation of color #72C114: hue angle of 87.4º degrees, saturation: 0.81, 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 #72C114 is Cyan = 0.41, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB11419320-
CMYK0.4100.900.24
HSL87.4º81.22%41.76%-
HSV(B)87.4º89.64%75.69%-
XYZ26.1441.777.35-
YUV149.6654.83102.57-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.86%
GREEN value IS 193 (75.78% from 255) = 59.02%
BLUE value IS 20 (8.20% from 255) = 6.12%
R=34.86%
G=59.02%
B=6.12%

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
Decimal114193200.4100.900.2487.481.2241.76
Hex72C1142905A1857512a
Octal162301245101323012712152
Binary11100101100000110100101001010110101100010101111010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72C114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,193,20); }

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

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

 a { background-color: rgb(114,193,20); }

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

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

 span { border-color: rgb(114,193,20); }

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