Html Css Color HEX #71CC12 Christi

📋 copy color: '#71CC12'

red 113 ◦ green 204 ◦ blue 18

#71CC12
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Christi #71CC12

Tints of Christi #71CC12

RGB

 RED value IS 113 (44.53% from 255) = 33.73%

 GREEN value IS 204 (80.08% from 255) = 60.9%

 BLUE value IS 18 (7.42% from 255) = 5.37%

R = 33.73%
G = 60.9%
B = 5.37%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.91

 K value IS 0.2

RGB Variations

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

Color information

#71CC12 (or 0x71CC12) is known color: Christi. HEX triplet: 71, CC and 12. RGB value is (113,204,18). Sum of RGB (Red+Green+Blue) = 113+204+18=335 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.73% from 335); Green value is 204 (80.08% from 255 or 60.90% from 335); Blue value is 18 (7.42% from 255 or 5.37% from 335); Max value from RGB is 204 - color contains mainly: green. Hex color #71CC12 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71CC12 is #8E33ED. Grayscale: #9C9C9C. Windows color (decimal): -9319406 or 1231985. OLE color: 1231985.

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

Color convert

RGB 113 204 18 -
CMYK 0.45 0 0.91 0.2
HSL 89.35º 0.84% 0.44% -
HSV(B) 89.35º 0.91% 0.8% -
XYZ 28.51 46.74 8.09 -
YUV 155.59 50.35 97.62 -
System Red Green Blue C M Y K H S L
Decimal 113 204 18 0.45 0 0.91 0.2 89.35 0.84 0.44
Hex 71 CC 12 2D 0 5B 14 59 54 2C
Octal 161 314 22 55 0 133 24 131 124 54
Binary 1110001 11001100 10010 101101 0 1011011 10100 1011001 1010100 101100

Color Harmonies of #71CC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71CC12

Black with #71CC12

Text Example


Text Example

White with #71CC12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #71CC12;
 }
 .AnyTagClassName
 {
   color: #71CC12;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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