Html Css Color HEX #71AB28 Christi

📋 copy color: '#71AB28'

red 113 ◦ green 171 ◦ blue 40

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

Shades of Christi #71AB28

Tints of Christi #71AB28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.35%

R = 34.88%
G = 52.78%
B = 12.35%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#71AB28 (or 0x71AB28) is known color: Christi. HEX triplet: 71, AB and 28. RGB value is (113,171,40). Sum of RGB (Red+Green+Blue) = 113+171+40=324 (42% of max value = 765). Red value is 113 (44.53% from 255 or 34.88% from 324); Green value is 171 (67.19% from 255 or 52.78% from 324); Blue value is 40 (16.02% from 255 or 12.35% from 324); Max value from RGB is 171 - color contains mainly: green. Hex color #71AB28 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71AB28 is #8E54D7. Grayscale: #8B8B8B. Windows color (decimal): -9327832 or 2665329. OLE color: 2665329.

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

Color convert

RGB 113 171 40 -
CMYK 0.34 0 0.77 0.33
HSL 86.56º 0.62% 0.41% -
HSV(B) 86.56º 0.77% 0.67% -
XYZ 21.76 32.79 7.19 -
YUV 138.72 72.28 109.65 -
System Red Green Blue C M Y K H S L
Decimal 113 171 40 0.34 0 0.77 0.33 86.56 0.62 0.41
Hex 71 AB 28 22 0 4D 21 57 3E 29
Octal 161 253 50 42 0 115 41 127 76 51
Binary 1110001 10101011 101000 100010 0 1001101 100001 1010111 111110 101001

Color Harmonies of #71AB28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71AB28

Black with #71AB28

Text Example


Text Example

White with #71AB28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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