Html Css Color HEX #71AB02 Christi

📋 copy color: '#71AB02'

red 113 ◦ green 171 ◦ blue 2

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

Shades of Christi #71AB02

Tints of Christi #71AB02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.7%

R = 39.51%
G = 59.79%
B = 0.7%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#71AB02 (or 0x71AB02) is known color: Christi. HEX triplet: 71, AB and 02. RGB value is (113,171,2). Sum of RGB (Red+Green+Blue) = 113+171+2=286 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.51% from 286); Green value is 171 (67.19% from 255 or 59.79% from 286); Blue value is 2 (1.17% from 255 or 0.70% from 286); Max value from RGB is 171 - color contains mainly: green. Hex color #71AB02 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #71AB02 is #8E54FD. Grayscale: #878787. Windows color (decimal): -9327870 or 174961. OLE color: 174961.

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

Color convert

RGB 113 171 2 -
CMYK 0.34 0 0.99 0.33
HSL 80.59º 0.98% 0.34% -
HSV(B) 80.59º 0.99% 0.67% -
XYZ 21.38 32.64 5.23 -
YUV 134.39 53.28 112.74 -
System Red Green Blue C M Y K H S L
Decimal 113 171 2 0.34 0 0.99 0.33 80.59 0.98 0.34
Hex 71 AB 2 22 0 63 21 51 62 22
Octal 161 253 2 42 0 143 41 121 142 42
Binary 1110001 10101011 10 100010 0 1100011 100001 1010001 1100010 100010

Color Harmonies of #71AB02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71AB02

Black with #71AB02

Text Example


Text Example

White with #71AB02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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