Html Css Color HEX #71AC28 Christi

📋 copy color: '#71AC28'

red 113 ◦ green 172 ◦ blue 40

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

Shades of Christi #71AC28

Tints of Christi #71AC28

RGB

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

 GREEN value IS 172 (67.58% from 255) = 52.92%

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

R = 34.77%
G = 52.92%
B = 12.31%

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

#71AC28 (or 0x71AC28) is known color: Christi. HEX triplet: 71, AC and 28. RGB value is (113,172,40). Sum of RGB (Red+Green+Blue) = 113+172+40=325 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.77% from 325); Green value is 172 (67.58% from 255 or 52.92% from 325); Blue value is 40 (16.02% from 255 or 12.31% from 325); Max value from RGB is 172 - color contains mainly: green. Hex color #71AC28 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71AC28 is #8E53D7. Grayscale: #8B8B8B. Windows color (decimal): -9327576 or 2665585. OLE color: 2665585.

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

Color convert

RGB 113 172 40 -
CMYK 0.34 0 0.77 0.33
HSL 86.82º 0.62% 0.42% -
HSV(B) 86.82º 0.77% 0.67% -
XYZ 21.95 33.17 7.25 -
YUV 139.31 71.95 109.23 -
System Red Green Blue C M Y K H S L
Decimal 113 172 40 0.34 0 0.77 0.33 86.82 0.62 0.42
Hex 71 AC 28 22 0 4D 21 57 3E 2A
Octal 161 254 50 42 0 115 41 127 76 52
Binary 1110001 10101100 101000 100010 0 1001101 100001 1010111 111110 101010

Color Harmonies of #71AC28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71AC28

Black with #71AC28

Text Example


Text Example

White with #71AC28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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