Html Css Color HEX #71CC4D Mantis

📋 copy color: '#71CC4D'

red 113 ◦ green 204 ◦ blue 77

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

Shades of Mantis #71CC4D

Tints of Mantis #71CC4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 19.54%

R = 28.68%
G = 51.78%
B = 19.54%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.62

 K value IS 0.2

RGB Variations

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

Color information

#71CC4D (or 0x71CC4D) is known color: Mantis. HEX triplet: 71, CC and 4D. RGB value is (113,204,77). Sum of RGB (Red+Green+Blue) = 113+204+77=394 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.68% from 394); Green value is 204 (80.08% from 255 or 51.78% from 394); Blue value is 77 (30.47% from 255 or 19.54% from 394); Max value from RGB is 204 - color contains mainly: green. Hex color #71CC4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71CC4D is #8E33B2. Grayscale: #A2A2A2. Windows color (decimal): -9319347 or 5098609. OLE color: 5098609.

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

Color convert

RGB 113 204 77 -
CMYK 0.45 0 0.62 0.2
HSL 102.99º 0.55% 0.55% -
HSV(B) 102.99º 0.62% 0.8% -
XYZ 29.74 47.23 14.57 -
YUV 162.31 79.85 92.83 -
System Red Green Blue C M Y K H S L
Decimal 113 204 77 0.45 0 0.62 0.2 102.99 0.55 0.55
Hex 71 CC 4D 2D 0 3E 14 67 37 37
Octal 161 314 115 55 0 76 24 147 67 67
Binary 1110001 11001100 1001101 101101 0 111110 10100 1100111 110111 110111

Color Harmonies of #71CC4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71CC4D

Black with #71CC4D

Text Example


Text Example

White with #71CC4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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