#72C31A

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

Shades of Christi #72C31A

Tints of Christi #72C31A

Color information

#72C31A (or 0x72C31A) is unknown color: approx Christi. HEX triplet: 72, C3 and 1A. RGB value is (114,195,26). Sum of RGB (Red+Green+Blue) = 114+195+26=335 (44% of max value = 765). Red value is 114 (44.92% from 255 or 34.03% from 335); Green value is 195 (76.56% from 255 or 58.21% from 335); Blue value is 26 (10.55% from 255 or 7.76% from 335); Max value from RGB is 195 - color contains mainly: green. Hex color #72C31A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72C31A is #8D3CE5. Grayscale: #989898. Windows color (decimal): -9256166 or 1753970. OLE color: 1753970.

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

Color convert

RGB11419526-
CMYK0.4200.870.24
HSL88.76º76.47%43.33%-
HSV(B)88.76º86.67%76.47%-
XYZ26.6442.687.81-
YUV151.5157.16101.24-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.03%
GREEN value IS 195 (76.56% from 255) = 58.21%
BLUE value IS 26 (10.55% from 255) = 7.76%
R=34.03%
G=58.21%
B=7.76%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal114195260.4200.870.2488.7676.4743.33
Hex72C31A2A05718594c2b
Octal162303325201273013111453
Binary11100101100001111010101010010101111100010110011001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72C31A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,195,26); }

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

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

 a { background-color: rgb(114,195,26); }

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

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

 span { border-color: rgb(114,195,26); }

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