Html Css Color HEX #71C358 Mantis

📋 copy color: '#71C358'

red 113 ◦ green 195 ◦ blue 88

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

Shades of Mantis #71C358

Tints of Mantis #71C358

RGB

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

 GREEN value IS 195 (76.56% from 255) = 49.24%

 BLUE value IS 88 (34.77% from 255) = 22.22%

R = 28.54%
G = 49.24%
B = 22.22%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#71C358 (or 0x71C358) is known color: Mantis. HEX triplet: 71, C3 and 58. RGB value is (113,195,88). Sum of RGB (Red+Green+Blue) = 113+195+88=396 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.54% from 396); Green value is 195 (76.56% from 255 or 49.24% from 396); Blue value is 88 (34.77% from 255 or 22.22% from 396); Max value from RGB is 195 - color contains mainly: green. Hex color #71C358 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71C358 is #8E3CA7. Grayscale: #9E9E9E. Windows color (decimal): -9321640 or 5817201. OLE color: 5817201.

HSL color Cylindrical-coordinate representation of color #71C358: hue angle of 105.98º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #71C358 is Cyan = 0.42, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.24.

Color convert

RGB 113 195 88 -
CMYK 0.42 0 0.55 0.24
HSL 105.98º 0.47% 0.55% -
HSV(B) 105.98º 0.55% 0.76% -
XYZ 28.09 43.25 16.1 -
YUV 158.28 88.33 95.7 -
System Red Green Blue C M Y K H S L
Decimal 113 195 88 0.42 0 0.55 0.24 105.98 0.47 0.55
Hex 71 C3 58 2A 0 37 18 6A 2F 37
Octal 161 303 130 52 0 67 30 152 57 67
Binary 1110001 11000011 1011000 101010 0 110111 11000 1101010 101111 110111

Color Harmonies of #71C358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71C358

Black with #71C358

Text Example


Text Example

White with #71C358

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,195,88); }

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

background-color css

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

 a { background-color: rgb(113,195,88); }

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

border-color css

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

 span { border-color: rgb(113,195,88); }

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