Html Css Color HEX #71AB08 Christi

📋 copy color: '#71AB08'

red 113 ◦ green 171 ◦ blue 8

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

Shades of Christi #71AB08

Tints of Christi #71AB08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.74%

R = 38.7%
G = 58.56%
B = 2.74%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#71AB08 (or 0x71AB08) is known color: Christi. HEX triplet: 71, AB and 08. RGB value is (113,171,8). Sum of RGB (Red+Green+Blue) = 113+171+8=292 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.70% from 292); Green value is 171 (67.19% from 255 or 58.56% from 292); Blue value is 8 (3.52% from 255 or 2.74% from 292); Max value from RGB is 171 - color contains mainly: green. Hex color #71AB08 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #71AB08 is #8E54F7. Grayscale: #878787. Windows color (decimal): -9327864 or 568177. OLE color: 568177.

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

Color convert

RGB 113 171 8 -
CMYK 0.34 0 0.95 0.33
HSL 81.35º 0.91% 0.35% -
HSV(B) 81.35º 0.95% 0.67% -
XYZ 21.42 32.65 5.4 -
YUV 135.08 56.28 112.25 -
System Red Green Blue C M Y K H S L
Decimal 113 171 8 0.34 0 0.95 0.33 81.35 0.91 0.35
Hex 71 AB 8 22 0 5F 21 51 5B 23
Octal 161 253 10 42 0 137 41 121 133 43
Binary 1110001 10101011 1000 100010 0 1011111 100001 1010001 1011011 100011

Color Harmonies of #71AB08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71AB08

Black with #71AB08

Text Example


Text Example

White with #71AB08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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