Html Css Color HEX #71BE04 Christi

📋 copy color: '#71BE04'

red 113 ◦ green 190 ◦ blue 4

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

Shades of Christi #71BE04

Tints of Christi #71BE04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.3%

R = 36.81%
G = 61.89%
B = 1.3%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#71BE04 (or 0x71BE04) is known color: Christi. HEX triplet: 71, BE and 04. RGB value is (113,190,4). Sum of RGB (Red+Green+Blue) = 113+190+4=307 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.81% from 307); Green value is 190 (74.61% from 255 or 61.89% from 307); Blue value is 4 (1.95% from 255 or 1.30% from 307); Max value from RGB is 190 - color contains mainly: green. Hex color #71BE04 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #71BE04 is #8E41FB. Grayscale: #929292. Windows color (decimal): -9323004 or 310897. OLE color: 310897.

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

Color convert

RGB 113 190 4 -
CMYK 0.41 0 0.98 0.25
HSL 84.84º 0.96% 0.38% -
HSV(B) 84.84º 0.98% 0.75% -
XYZ 25.25 40.35 6.57 -
YUV 145.77 47.99 104.62 -
System Red Green Blue C M Y K H S L
Decimal 113 190 4 0.41 0 0.98 0.25 84.84 0.96 0.38
Hex 71 BE 4 29 0 62 19 55 60 26
Octal 161 276 4 51 0 142 31 125 140 46
Binary 1110001 10111110 100 101001 0 1100010 11001 1010101 1100000 100110

Color Harmonies of #71BE04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71BE04

Black with #71BE04

Text Example


Text Example

White with #71BE04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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