Html Css Color HEX #71C74C Mantis

📋 copy color: '#71C74C'

red 113 ◦ green 199 ◦ blue 76

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

Shades of Mantis #71C74C

Tints of Mantis #71C74C

RGB

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

 GREEN value IS 199 (78.13% from 255) = 51.29%

 BLUE value IS 76 (30.08% from 255) = 19.59%

R = 29.12%
G = 51.29%
B = 19.59%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#71C74C (or 0x71C74C) is known color: Mantis. HEX triplet: 71, C7 and 4C. RGB value is (113,199,76). Sum of RGB (Red+Green+Blue) = 113+199+76=388 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.12% from 388); Green value is 199 (78.12% from 255 or 51.29% from 388); Blue value is 76 (30.08% from 255 or 19.59% from 388); Max value from RGB is 199 - color contains mainly: green. Hex color #71C74C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71C74C is #8E38B3. Grayscale: #9F9F9F. Windows color (decimal): -9320628 or 5031793. OLE color: 5031793.

HSL color Cylindrical-coordinate representation of color #71C74C: hue angle of 101.95º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #71C74C is Cyan = 0.43, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB 113 199 76 -
CMYK 0.43 0 0.62 0.22
HSL 101.95º 0.52% 0.54% -
HSV(B) 101.95º 0.62% 0.78% -
XYZ 28.54 44.88 14 -
YUV 159.26 81.01 95 -
System Red Green Blue C M Y K H S L
Decimal 113 199 76 0.43 0 0.62 0.22 101.95 0.52 0.54
Hex 71 C7 4C 2B 0 3E 16 66 34 36
Octal 161 307 114 53 0 76 26 146 64 66
Binary 1110001 11000111 1001100 101011 0 111110 10110 1100110 110100 110110

Color Harmonies of #71C74C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71C74C

Black with #71C74C

Text Example


Text Example

White with #71C74C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,199,76); }

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

background-color css

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

 a { background-color: rgb(113,199,76); }

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

border-color css

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

 span { border-color: rgb(113,199,76); }

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