#72C400

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

Shades of Christi #72C400

Tints of Christi #72C400

Color information

#72C400 (or 0x72C400) is unknown color: approx Christi. HEX triplet: 72, C4 and 00. RGB value is (114,196,0). Sum of RGB (Red+Green+Blue) = 114+196+0=310 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.77% from 310); Green value is 196 (76.95% from 255 or 63.23% from 310); Blue value is 0 (0.39% from 255 or 0% from 310); Max value from RGB is 196 - color contains mainly: green. Hex color #72C400 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #72C400 is #8D3BFF. Grayscale: #959595. Windows color (decimal): -9255936 or 50290. OLE color: 50290.

HSL color Cylindrical-coordinate representation of color #72C400: hue angle of 85.1º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #72C400 is Cyan = 0.42, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.23.

Color convert

RGB1141960-
CMYK0.42010.23
HSL85.1º100%38.43%-
HSV(B)85.1º100%76.86%-
XYZ26.6843.066.9-
YUV149.1443.83102.94-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.77%
GREEN value IS 196 (76.95% from 255) = 63.23%
BLUE value IS 0 (0.39% from 255) = 0%
R=36.77%
G=63.23%
B=0%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal11419600.42010.2385.110038.43
Hex72C402A06417556426
Octal16230405201442712514446
Binary1110010110001000101010011001001011110101011100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72C400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,196,0); }

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

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

 a { background-color: rgb(114,196,0); }

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

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

 span { border-color: rgb(114,196,0); }

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