Html Css Color HEX #71A905 Christi

📋 copy color: '#71A905'

red 113 ◦ green 169 ◦ blue 5

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

Shades of Christi #71A905

Tints of Christi #71A905

RGB

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

 GREEN value IS 169 (66.41% from 255) = 58.89%

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

R = 39.37%
G = 58.89%
B = 1.74%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.97

 K value IS 0.34

RGB Variations

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

Color information

#71A905 (or 0x71A905) is known color: Christi. HEX triplet: 71, A9 and 05. RGB value is (113,169,5). Sum of RGB (Red+Green+Blue) = 113+169+5=287 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.37% from 287); Green value is 169 (66.41% from 255 or 58.89% from 287); Blue value is 5 (2.34% from 255 or 1.74% from 287); Max value from RGB is 169 - color contains mainly: green. Hex color #71A905 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #71A905 is #8E56FA. Grayscale: #868686. Windows color (decimal): -9328379 or 371057. OLE color: 371057.

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

Color convert

RGB 113 169 5 -
CMYK 0.33 0 0.97 0.34
HSL 80.49º 0.94% 0.34% -
HSV(B) 80.49º 0.97% 0.66% -
XYZ 21.03 31.9 5.19 -
YUV 133.56 55.45 113.34 -
System Red Green Blue C M Y K H S L
Decimal 113 169 5 0.33 0 0.97 0.34 80.49 0.94 0.34
Hex 71 A9 5 21 0 61 22 50 5E 22
Octal 161 251 5 41 0 141 42 120 136 42
Binary 1110001 10101001 101 100001 0 1100001 100010 1010000 1011110 100010

Color Harmonies of #71A905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71A905

Black with #71A905

Text Example


Text Example

White with #71A905

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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