Html Css Color HEX #71E940 Mantis

📋 copy color: '#71E940'

red 113 ◦ green 233 ◦ blue 64

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

Shades of Mantis #71E940

Tints of Mantis #71E940

RGB

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

 GREEN value IS 233 (91.41% from 255) = 56.83%

 BLUE value IS 64 (25.39% from 255) = 15.61%

R = 27.56%
G = 56.83%
B = 15.61%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.73

 K value IS 0.09

RGB Variations

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

Color information

#71E940 (or 0x71E940) is known color: Mantis. HEX triplet: 71, E9 and 40. RGB value is (113,233,64). Sum of RGB (Red+Green+Blue) = 113+233+64=410 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.56% from 410); Green value is 233 (91.41% from 255 or 56.83% from 410); Blue value is 64 (25.39% from 255 or 15.61% from 410); Max value from RGB is 233 - color contains mainly: green. Hex color #71E940 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #71E940 is #8E16BF. Grayscale: #B2B2B2. Windows color (decimal): -9311936 or 4254065. OLE color: 4254065.

HSL color Cylindrical-coordinate representation of color #71E940: hue angle of 102.6º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #71E940 is Cyan = 0.52, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.09.

Color convert

RGB 113 233 64 -
CMYK 0.52 0 0.73 0.09
HSL 102.6º 0.79% 0.58% -
HSV(B) 102.6º 0.73% 0.91% -
XYZ 36.87 62.16 14.9 -
YUV 177.85 63.74 81.74 -
System Red Green Blue C M Y K H S L
Decimal 113 233 64 0.52 0 0.73 0.09 102.6 0.79 0.58
Hex 71 E9 40 34 0 49 9 67 4F 3A
Octal 161 351 100 64 0 111 11 147 117 72
Binary 1110001 11101001 1000000 110100 0 1001001 1001 1100111 1001111 111010

Color Harmonies of #71E940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71E940

Black with #71E940

Text Example


Text Example

White with #71E940

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,233,64); }

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

background-color css

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

 a { background-color: rgb(113,233,64); }

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

border-color css

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

 span { border-color: rgb(113,233,64); }

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