Html Css Color HEX #71AB05 Christi

📋 copy color: '#71AB05'

red 113 ◦ green 171 ◦ blue 5

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

Shades of Christi #71AB05

Tints of Christi #71AB05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.73%

R = 39.1%
G = 59.17%
B = 1.73%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.97

 K value IS 0.33

RGB Variations

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

Color information

#71AB05 (or 0x71AB05) is known color: Christi. HEX triplet: 71, AB and 05. RGB value is (113,171,5). Sum of RGB (Red+Green+Blue) = 113+171+5=289 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.10% from 289); Green value is 171 (67.19% from 255 or 59.17% from 289); Blue value is 5 (2.34% from 255 or 1.73% from 289); Max value from RGB is 171 - color contains mainly: green. Hex color #71AB05 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #71AB05 is #8E54FA. Grayscale: #878787. Windows color (decimal): -9327867 or 371569. OLE color: 371569.

HSL color Cylindrical-coordinate representation of color #71AB05: hue angle of 80.96º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #71AB05 is Cyan = 0.34, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.33.

Color convert

RGB 113 171 5 -
CMYK 0.34 0 0.97 0.33
HSL 80.96º 0.94% 0.35% -
HSV(B) 80.96º 0.97% 0.67% -
XYZ 21.4 32.65 5.32 -
YUV 134.73 54.78 112.5 -
System Red Green Blue C M Y K H S L
Decimal 113 171 5 0.34 0 0.97 0.33 80.96 0.94 0.35
Hex 71 AB 5 22 0 61 21 51 5E 23
Octal 161 253 5 42 0 141 41 121 136 43
Binary 1110001 10101011 101 100010 0 1100001 100001 1010001 1011110 100011

Color Harmonies of #71AB05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71AB05

Black with #71AB05

Text Example


Text Example

White with #71AB05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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