Html Css Color HEX #71CF47 Mantis

📋 copy color: '#71CF47'

red 113 ◦ green 207 ◦ blue 71

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

Shades of Mantis #71CF47

Tints of Mantis #71CF47

RGB

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

 GREEN value IS 207 (81.25% from 255) = 52.94%

 BLUE value IS 71 (28.13% from 255) = 18.16%

R = 28.9%
G = 52.94%
B = 18.16%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#71CF47 (or 0x71CF47) is known color: Mantis. HEX triplet: 71, CF and 47. RGB value is (113,207,71). Sum of RGB (Red+Green+Blue) = 113+207+71=391 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.90% from 391); Green value is 207 (81.25% from 255 or 52.94% from 391); Blue value is 71 (28.12% from 255 or 18.16% from 391); Max value from RGB is 207 - color contains mainly: green. Hex color #71CF47 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71CF47 is #8E30B8. Grayscale: #A3A3A3. Windows color (decimal): -9318585 or 4706161. OLE color: 4706161.

HSL color Cylindrical-coordinate representation of color #71CF47: hue angle of 101.47º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #71CF47 is Cyan = 0.45, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.19.

Color convert

RGB 113 207 71 -
CMYK 0.45 0 0.66 0.19
HSL 101.47º 0.59% 0.55% -
HSV(B) 101.47º 0.66% 0.81% -
XYZ 30.26 48.59 13.75 -
YUV 163.39 75.86 92.06 -
System Red Green Blue C M Y K H S L
Decimal 113 207 71 0.45 0 0.66 0.19 101.47 0.59 0.55
Hex 71 CF 47 2D 0 42 13 65 3B 37
Octal 161 317 107 55 0 102 23 145 73 67
Binary 1110001 11001111 1000111 101101 0 1000010 10011 1100101 111011 110111

Color Harmonies of #71CF47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71CF47

Black with #71CF47

Text Example


Text Example

White with #71CF47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,207,71); }

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

background-color css

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

 a { background-color: rgb(113,207,71); }

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

border-color css

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

 span { border-color: rgb(113,207,71); }

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