Html Css Color HEX #71AB2D Christi

📋 copy color: '#71AB2D'

red 113 ◦ green 171 ◦ blue 45

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

Shades of Christi #71AB2D

Tints of Christi #71AB2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 13.68%

R = 34.35%
G = 51.98%
B = 13.68%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#71AB2D (or 0x71AB2D) is known color: Christi. HEX triplet: 71, AB and 2D. RGB value is (113,171,45). Sum of RGB (Red+Green+Blue) = 113+171+45=329 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.35% from 329); Green value is 171 (67.19% from 255 or 51.98% from 329); Blue value is 45 (17.97% from 255 or 13.68% from 329); Max value from RGB is 171 - color contains mainly: green. Hex color #71AB2D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71AB2D is #8E54D2. Grayscale: #8B8B8B. Windows color (decimal): -9327827 or 2993009. OLE color: 2993009.

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

Color convert

RGB 113 171 45 -
CMYK 0.34 0 0.74 0.33
HSL 87.62º 0.58% 0.42% -
HSV(B) 87.62º 0.74% 0.67% -
XYZ 21.85 32.83 7.67 -
YUV 139.29 74.78 109.25 -
System Red Green Blue C M Y K H S L
Decimal 113 171 45 0.34 0 0.74 0.33 87.62 0.58 0.42
Hex 71 AB 2D 22 0 4A 21 58 3A 2A
Octal 161 253 55 42 0 112 41 130 72 52
Binary 1110001 10101011 101101 100010 0 1001010 100001 1011000 111010 101010

Color Harmonies of #71AB2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71AB2D

Black with #71AB2D

Text Example


Text Example

White with #71AB2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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