Html Css Color HEX #71AB11 Christi

📋 copy color: '#71AB11'

red 113 ◦ green 171 ◦ blue 17

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

Shades of Christi #71AB11

Tints of Christi #71AB11

RGB

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

 GREEN value IS 171 (67.19% from 255) = 56.81%

 BLUE value IS 17 (7.03% from 255) = 5.65%

R = 37.54%
G = 56.81%
B = 5.65%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.90

 K value IS 0.33

RGB Variations

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

Color information

#71AB11 (or 0x71AB11) is known color: Christi. HEX triplet: 71, AB and 11. RGB value is (113,171,17). Sum of RGB (Red+Green+Blue) = 113+171+17=301 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.54% from 301); Green value is 171 (67.19% from 255 or 56.81% from 301); Blue value is 17 (7.03% from 255 or 5.65% from 301); Max value from RGB is 171 - color contains mainly: green. Hex color #71AB11 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #71AB11 is #8E54EE. Grayscale: #888888. Windows color (decimal): -9327855 or 1158001. OLE color: 1158001.

HSL color Cylindrical-coordinate representation of color #71AB11: hue angle of 82.6º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #71AB11 is Cyan = 0.34, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.33.

Color convert

RGB 113 171 17 -
CMYK 0.34 0 0.90 0.33
HSL 82.6º 0.82% 0.37% -
HSV(B) 82.6º 0.9% 0.67% -
XYZ 21.47 32.68 5.71 -
YUV 136.1 60.78 111.52 -
System Red Green Blue C M Y K H S L
Decimal 113 171 17 0.34 0 0.90 0.33 82.6 0.82 0.37
Hex 71 AB 11 22 0 5A 21 53 52 25
Octal 161 253 21 42 0 132 41 123 122 45
Binary 1110001 10101011 10001 100010 0 1011010 100001 1010011 1010010 100101

Color Harmonies of #71AB11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71AB11

Black with #71AB11

Text Example


Text Example

White with #71AB11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,171,17); }

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

background-color css

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

 a { background-color: rgb(113,171,17); }

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

border-color css

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

 span { border-color: rgb(113,171,17); }

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