#71CA12

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

Shades of Christi #71CA12

Tints of Christi #71CA12

Color information

#71CA12 (or 0x71CA12) is unknown color: approx Christi. HEX triplet: 71, CA and 12. RGB value is (113,202,18). Sum of RGB (Red+Green+Blue) = 113+202+18=333 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.93% from 333); Green value is 202 (79.30% from 255 or 60.66% from 333); Blue value is 18 (7.42% from 255 or 5.41% from 333); Max value from RGB is 202 - color contains mainly: green. Hex color #71CA12 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71CA12 is #8E35ED. Grayscale: #9B9B9B. Windows color (decimal): -9319918 or 1231473. OLE color: 1231473.

HSL color Cylindrical-coordinate representation of color #71CA12: hue angle of 89.02º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #71CA12 is Cyan = 0.44, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.21.

Color convert

RGB11320218-
CMYK0.4400.910.21
HSL89.02º83.64%43.14%-
HSV(B)89.02º91.09%79.22%-
XYZ28.0445.87.93-
YUV154.4151.0198.46-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.93%
GREEN value IS 202 (79.30% from 255) = 60.66%
BLUE value IS 18 (7.42% from 255) = 5.41%
R=33.93%
G=60.66%
B=5.41%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal113202180.4400.910.2189.0283.6443.14
Hex71CA122C05B1559542b
Octal161312225401332513112453
Binary11100011100101010010101100010110111010110110011010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71CA12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71CA12; }

 p { color: rgb(113,202,18); }

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

<style>
 a { background-color: #71CA12; }

 a { background-color: rgb(113,202,18); }

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

<style>
 span { border-color: #71CA12; }

 span { border-color: rgb(113,202,18); }

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