Html Css Color HEX #71CC5C Mantis

📋 copy color: '#71CC5C'

red 113 ◦ green 204 ◦ blue 92

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

Shades of Mantis #71CC5C

Tints of Mantis #71CC5C

RGB

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

 GREEN value IS 204 (80.08% from 255) = 49.88%

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

R = 27.63%
G = 49.88%
B = 22.49%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.55

 K value IS 0.2

RGB Variations

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

Color information

#71CC5C (or 0x71CC5C) is known color: Mantis. HEX triplet: 71, CC and 5C. RGB value is (113,204,92). Sum of RGB (Red+Green+Blue) = 113+204+92=409 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.63% from 409); Green value is 204 (80.08% from 255 or 49.88% from 409); Blue value is 92 (36.33% from 255 or 22.49% from 409); Max value from RGB is 204 - color contains mainly: green. Hex color #71CC5C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71CC5C is #8E33A3. Grayscale: #A4A4A4. Windows color (decimal): -9319332 or 6081649. OLE color: 6081649.

HSL color Cylindrical-coordinate representation of color #71CC5C: hue angle of 108.75º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #71CC5C is Cyan = 0.45, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.2.

Color convert

RGB 113 204 92 -
CMYK 0.45 0 0.55 0.2
HSL 108.75º 0.52% 0.58% -
HSV(B) 108.75º 0.55% 0.8% -
XYZ 30.33 47.47 17.69 -
YUV 164.02 87.35 91.61 -
System Red Green Blue C M Y K H S L
Decimal 113 204 92 0.45 0 0.55 0.2 108.75 0.52 0.58
Hex 71 CC 5C 2D 0 37 14 6D 34 3A
Octal 161 314 134 55 0 67 24 155 64 72
Binary 1110001 11001100 1011100 101101 0 110111 10100 1101101 110100 111010

Color Harmonies of #71CC5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71CC5C

Black with #71CC5C

Text Example


Text Example

White with #71CC5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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