Html Css Color HEX #71D75C Mantis

📋 copy color: '#71D75C'

red 113 ◦ green 215 ◦ blue 92

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

Shades of Mantis #71D75C

Tints of Mantis #71D75C

RGB

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

 GREEN value IS 215 (84.38% from 255) = 51.19%

 BLUE value IS 92 (36.33% from 255) = 21.9%

R = 26.9%
G = 51.19%
B = 21.9%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#71D75C (or 0x71D75C) is known color: Mantis. HEX triplet: 71, D7 and 5C. RGB value is (113,215,92). Sum of RGB (Red+Green+Blue) = 113+215+92=420 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.90% from 420); Green value is 215 (84.38% from 255 or 51.19% from 420); Blue value is 92 (36.33% from 255 or 21.90% from 420); Max value from RGB is 215 - color contains mainly: green. Hex color #71D75C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71D75C is #8E28A3. Grayscale: #AAAAAA. Windows color (decimal): -9316516 or 6084465. OLE color: 6084465.

HSL color Cylindrical-coordinate representation of color #71D75C: hue angle of 109.76º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #71D75C is Cyan = 0.47, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB 113 215 92 -
CMYK 0.47 0 0.57 0.16
HSL 109.76º 0.61% 0.6% -
HSV(B) 109.76º 0.57% 0.84% -
XYZ 33.04 52.88 18.59 -
YUV 170.48 83.71 87 -
System Red Green Blue C M Y K H S L
Decimal 113 215 92 0.47 0 0.57 0.16 109.76 0.61 0.6
Hex 71 D7 5C 2F 0 39 10 6E 3D 3C
Octal 161 327 134 57 0 71 20 156 75 74
Binary 1110001 11010111 1011100 101111 0 111001 10000 1101110 111101 111100

Color Harmonies of #71D75C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71D75C

Black with #71D75C

Text Example


Text Example

White with #71D75C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,215,92); }

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

background-color css

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

 a { background-color: rgb(113,215,92); }

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

border-color css

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

 span { border-color: rgb(113,215,92); }

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