Html Css Color HEX #71BA1D Christi

📋 copy color: '#71BA1D'

red 113 ◦ green 186 ◦ blue 29

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

Shades of Christi #71BA1D

Tints of Christi #71BA1D

RGB

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

 GREEN value IS 186 (73.05% from 255) = 56.71%

 BLUE value IS 29 (11.72% from 255) = 8.84%

R = 34.45%
G = 56.71%
B = 8.84%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#71BA1D (or 0x71BA1D) is known color: Christi. HEX triplet: 71, BA and 1D. RGB value is (113,186,29). Sum of RGB (Red+Green+Blue) = 113+186+29=328 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.45% from 328); Green value is 186 (73.05% from 255 or 56.71% from 328); Blue value is 29 (11.72% from 255 or 8.84% from 328); Max value from RGB is 186 - color contains mainly: green. Hex color #71BA1D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71BA1D is #8E45E2. Grayscale: #929292. Windows color (decimal): -9324003 or 1948273. OLE color: 1948273.

HSL color Cylindrical-coordinate representation of color #71BA1D: hue angle of 87.9º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #71BA1D is Cyan = 0.39, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB 113 186 29 -
CMYK 0.39 0 0.84 0.27
HSL 87.9º 0.73% 0.42% -
HSV(B) 87.9º 0.84% 0.73% -
XYZ 24.59 38.72 7.34 -
YUV 146.28 61.82 104.27 -
System Red Green Blue C M Y K H S L
Decimal 113 186 29 0.39 0 0.84 0.27 87.9 0.73 0.42
Hex 71 BA 1D 27 0 54 1B 58 49 2A
Octal 161 272 35 47 0 124 33 130 111 52
Binary 1110001 10111010 11101 100111 0 1010100 11011 1011000 1001001 101010

Color Harmonies of #71BA1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71BA1D

Black with #71BA1D

Text Example


Text Example

White with #71BA1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,186,29); }

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

background-color css

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

 a { background-color: rgb(113,186,29); }

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

border-color css

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

 span { border-color: rgb(113,186,29); }

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