Html Css Color HEX #71CC4C Mantis

📋 copy color: '#71CC4C'

red 113 ◦ green 204 ◦ blue 76

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

Shades of Mantis #71CC4C

Tints of Mantis #71CC4C

RGB

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

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

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

R = 28.75%
G = 51.91%
B = 19.34%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.63

 K value IS 0.2

RGB Variations

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

Color information

#71CC4C (or 0x71CC4C) is known color: Mantis. HEX triplet: 71, CC and 4C. RGB value is (113,204,76). Sum of RGB (Red+Green+Blue) = 113+204+76=393 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.75% from 393); Green value is 204 (80.08% from 255 or 51.91% from 393); Blue value is 76 (30.08% from 255 or 19.34% from 393); Max value from RGB is 204 - color contains mainly: green. Hex color #71CC4C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71CC4C is #8E33B3. Grayscale: #A2A2A2. Windows color (decimal): -9319348 or 5033073. OLE color: 5033073.

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

Color convert

RGB 113 204 76 -
CMYK 0.45 0 0.63 0.2
HSL 102.66º 0.56% 0.55% -
HSV(B) 102.66º 0.63% 0.8% -
XYZ 29.71 47.22 14.39 -
YUV 162.2 79.35 92.91 -
System Red Green Blue C M Y K H S L
Decimal 113 204 76 0.45 0 0.63 0.2 102.66 0.56 0.55
Hex 71 CC 4C 2D 0 3F 14 67 38 37
Octal 161 314 114 55 0 77 24 147 70 67
Binary 1110001 11001100 1001100 101101 0 111111 10100 1100111 111000 110111

Color Harmonies of #71CC4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71CC4C

Black with #71CC4C

Text Example


Text Example

White with #71CC4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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