Html Css Color HEX #71BE14 Christi

📋 copy color: '#71BE14'

red 113 ◦ green 190 ◦ blue 20

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

Shades of Christi #71BE14

Tints of Christi #71BE14

RGB

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

 GREEN value IS 190 (74.61% from 255) = 58.82%

 BLUE value IS 20 (8.2% from 255) = 6.19%

R = 34.98%
G = 58.82%
B = 6.19%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#71BE14 (or 0x71BE14) is known color: Christi. HEX triplet: 71, BE and 14. RGB value is (113,190,20). Sum of RGB (Red+Green+Blue) = 113+190+20=323 (42% of max value = 765). Red value is 113 (44.53% from 255 or 34.98% from 323); Green value is 190 (74.61% from 255 or 58.82% from 323); Blue value is 20 (8.20% from 255 or 6.19% from 323); Max value from RGB is 190 - color contains mainly: green. Hex color #71BE14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71BE14 is #8E41EB. Grayscale: #949494. Windows color (decimal): -9322988 or 1359473. OLE color: 1359473.

HSL color Cylindrical-coordinate representation of color #71BE14: hue angle of 87.18º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #71BE14 is Cyan = 0.41, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.25.

Color convert

RGB 113 190 20 -
CMYK 0.41 0 0.89 0.25
HSL 87.18º 0.81% 0.41% -
HSV(B) 87.18º 0.89% 0.75% -
XYZ 25.35 40.39 7.12 -
YUV 147.6 55.99 103.32 -
System Red Green Blue C M Y K H S L
Decimal 113 190 20 0.41 0 0.89 0.25 87.18 0.81 0.41
Hex 71 BE 14 29 0 59 19 57 51 29
Octal 161 276 24 51 0 131 31 127 121 51
Binary 1110001 10111110 10100 101001 0 1011001 11001 1010111 1010001 101001

Color Harmonies of #71BE14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71BE14

Black with #71BE14

Text Example


Text Example

White with #71BE14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,190,20); }

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

background-color css

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

 a { background-color: rgb(113,190,20); }

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

border-color css

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

 span { border-color: rgb(113,190,20); }

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