Html Css Color HEX #71B30A Christi

📋 copy color: '#71B30A'

red 113 ◦ green 179 ◦ blue 10

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

Shades of Christi #71B30A

Tints of Christi #71B30A

RGB

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

 GREEN value IS 179 (70.31% from 255) = 59.27%

 BLUE value IS 10 (4.3% from 255) = 3.31%

R = 37.42%
G = 59.27%
B = 3.31%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.94

 K value IS 0.30

RGB Variations

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

Color information

#71B30A (or 0x71B30A) is known color: Christi. HEX triplet: 71, B3 and 0A. RGB value is (113,179,10). Sum of RGB (Red+Green+Blue) = 113+179+10=302 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.42% from 302); Green value is 179 (70.31% from 255 or 59.27% from 302); Blue value is 10 (4.30% from 255 or 3.31% from 302); Max value from RGB is 179 - color contains mainly: green. Hex color #71B30A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71B30A is #8E4CF5. Grayscale: #8C8C8C. Windows color (decimal): -9325814 or 701297. OLE color: 701297.

HSL color Cylindrical-coordinate representation of color #71B30A: hue angle of 83.43º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #71B30A is Cyan = 0.37, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.30.

Color convert

RGB 113 179 10 -
CMYK 0.37 0 0.94 0.30
HSL 83.43º 0.89% 0.37% -
HSV(B) 83.43º 0.94% 0.7% -
XYZ 22.98 35.77 5.98 -
YUV 140 54.63 108.74 -
System Red Green Blue C M Y K H S L
Decimal 113 179 10 0.37 0 0.94 0.30 83.43 0.89 0.37
Hex 71 B3 A 25 0 5E 1E 53 59 25
Octal 161 263 12 45 0 136 36 123 131 45
Binary 1110001 10110011 1010 100101 0 1011110 11110 1010011 1011001 100101

Color Harmonies of #71B30A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71B30A

Black with #71B30A

Text Example


Text Example

White with #71B30A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,179,10); }

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

background-color css

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

 a { background-color: rgb(113,179,10); }

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

border-color css

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

 span { border-color: rgb(113,179,10); }

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