Html Css Color HEX #71CF61 Mantis

📋 copy color: '#71CF61'

red 113 ◦ green 207 ◦ blue 97

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

Shades of Mantis #71CF61

Tints of Mantis #71CF61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 23.26%

R = 27.1%
G = 49.64%
B = 23.26%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#71CF61 (or 0x71CF61) is known color: Mantis. HEX triplet: 71, CF and 61. RGB value is (113,207,97). Sum of RGB (Red+Green+Blue) = 113+207+97=417 (55% of max value = 765). Red value is 113 (44.53% from 255 or 27.10% from 417); Green value is 207 (81.25% from 255 or 49.64% from 417); Blue value is 97 (38.28% from 255 or 23.26% from 417); Max value from RGB is 207 - color contains mainly: green. Hex color #71CF61 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71CF61 is #8E309E. Grayscale: #A6A6A6. Windows color (decimal): -9318559 or 6410097. OLE color: 6410097.

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

Color convert

RGB 113 207 97 -
CMYK 0.45 0 0.53 0.19
HSL 111.27º 0.53% 0.6% -
HSV(B) 111.27º 0.53% 0.81% -
XYZ 31.28 49 19.12 -
YUV 166.35 88.86 89.94 -
System Red Green Blue C M Y K H S L
Decimal 113 207 97 0.45 0 0.53 0.19 111.27 0.53 0.6
Hex 71 CF 61 2D 0 35 13 6F 35 3C
Octal 161 317 141 55 0 65 23 157 65 74
Binary 1110001 11001111 1100001 101101 0 110101 10011 1101111 110101 111100

Color Harmonies of #71CF61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71CF61

Black with #71CF61

Text Example


Text Example

White with #71CF61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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