Html Css Color HEX #71CC4A Mantis

📋 copy color: '#71CC4A'

red 113 ◦ green 204 ◦ blue 74

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

Shades of Mantis #71CC4A

Tints of Mantis #71CC4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 18.93%

R = 28.9%
G = 52.17%
B = 18.93%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.64

 K value IS 0.2

RGB Variations

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

Color information

#71CC4A (or 0x71CC4A) is known color: Mantis. HEX triplet: 71, CC and 4A. RGB value is (113,204,74). Sum of RGB (Red+Green+Blue) = 113+204+74=391 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.90% from 391); Green value is 204 (80.08% from 255 or 52.17% from 391); Blue value is 74 (29.30% from 255 or 18.93% from 391); Max value from RGB is 204 - color contains mainly: green. Hex color #71CC4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71CC4A is #8E33B5. Grayscale: #A2A2A2. Windows color (decimal): -9319350 or 4902001. OLE color: 4902001.

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

Color convert

RGB 113 204 74 -
CMYK 0.45 0 0.64 0.2
HSL 102º 0.56% 0.55% -
HSV(B) 102º 0.64% 0.8% -
XYZ 29.64 47.19 14.03 -
YUV 161.97 78.35 93.07 -
System Red Green Blue C M Y K H S L
Decimal 113 204 74 0.45 0 0.64 0.2 102 0.56 0.55
Hex 71 CC 4A 2D 0 40 14 66 38 37
Octal 161 314 112 55 0 100 24 146 70 67
Binary 1110001 11001100 1001010 101101 0 1000000 10100 1100110 111000 110111

Color Harmonies of #71CC4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71CC4A

Black with #71CC4A

Text Example


Text Example

White with #71CC4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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