Html Css Color HEX #71AD28 Christi

📋 copy color: '#71AD28'

red 113 ◦ green 173 ◦ blue 40

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

Shades of Christi #71AD28

Tints of Christi #71AD28

RGB

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

 GREEN value IS 173 (67.97% from 255) = 53.07%

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

R = 34.66%
G = 53.07%
B = 12.27%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.77

 K value IS 0.32

RGB Variations

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

Color information

#71AD28 (or 0x71AD28) is known color: Christi. HEX triplet: 71, AD and 28. RGB value is (113,173,40). Sum of RGB (Red+Green+Blue) = 113+173+40=326 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.66% from 326); Green value is 173 (67.97% from 255 or 53.07% from 326); Blue value is 40 (16.02% from 255 or 12.27% from 326); Max value from RGB is 173 - color contains mainly: green. Hex color #71AD28 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71AD28 is #8E52D7. Grayscale: #8C8C8C. Windows color (decimal): -9327320 or 2665841. OLE color: 2665841.

HSL color Cylindrical-coordinate representation of color #71AD28: hue angle of 87.07º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #71AD28 is Cyan = 0.35, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.32.

Color convert

RGB 113 173 40 -
CMYK 0.35 0 0.77 0.32
HSL 87.07º 0.62% 0.42% -
HSV(B) 87.07º 0.77% 0.68% -
XYZ 22.14 33.55 7.32 -
YUV 139.9 71.62 108.81 -
System Red Green Blue C M Y K H S L
Decimal 113 173 40 0.35 0 0.77 0.32 87.07 0.62 0.42
Hex 71 AD 28 23 0 4D 20 57 3E 2A
Octal 161 255 50 43 0 115 40 127 76 52
Binary 1110001 10101101 101000 100011 0 1001101 100000 1010111 111110 101010

Color Harmonies of #71AD28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71AD28

Black with #71AD28

Text Example


Text Example

White with #71AD28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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