Html Css Color HEX #71A503 Christi

📋 copy color: '#71A503'

red 113 ◦ green 165 ◦ blue 3

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

Shades of Christi #71A503

Tints of Christi #71A503

RGB

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

 GREEN value IS 165 (64.84% from 255) = 58.72%

 BLUE value IS 3 (1.56% from 255) = 1.07%

R = 40.21%
G = 58.72%
B = 1.07%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.98

 K value IS 0.35

RGB Variations

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

Color information

#71A503 (or 0x71A503) is known color: Christi. HEX triplet: 71, A5 and 03. RGB value is (113,165,3). Sum of RGB (Red+Green+Blue) = 113+165+3=281 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.21% from 281); Green value is 165 (64.84% from 255 or 58.72% from 281); Blue value is 3 (1.56% from 255 or 1.07% from 281); Max value from RGB is 165 - color contains mainly: green. Hex color #71A503 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #71A503 is #8E5AFC. Grayscale: #838383. Windows color (decimal): -9329405 or 238961. OLE color: 238961.

HSL color Cylindrical-coordinate representation of color #71A503: hue angle of 79.26º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #71A503 is Cyan = 0.32, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.35.

Color convert

RGB 113 165 3 -
CMYK 0.32 0 0.98 0.35
HSL 79.26º 0.96% 0.33% -
HSV(B) 79.26º 0.98% 0.65% -
XYZ 20.28 30.43 4.89 -
YUV 130.98 55.77 115.17 -
System Red Green Blue C M Y K H S L
Decimal 113 165 3 0.32 0 0.98 0.35 79.26 0.96 0.33
Hex 71 A5 3 20 0 62 23 4F 60 21
Octal 161 245 3 40 0 142 43 117 140 41
Binary 1110001 10100101 11 100000 0 1100010 100011 1001111 1100000 100001

Color Harmonies of #71A503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71A503

Black with #71A503

Text Example


Text Example

White with #71A503

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,165,3); }

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

background-color css

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

 a { background-color: rgb(113,165,3); }

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

border-color css

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

 span { border-color: rgb(113,165,3); }

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