Html Css Color HEX #71CF5E Mantis

📋 copy color: '#71CF5E'

red 113 ◦ green 207 ◦ blue 94

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

Shades of Mantis #71CF5E

Tints of Mantis #71CF5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 22.71%

R = 27.29%
G = 50%
B = 22.71%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#71CF5E (or 0x71CF5E) is known color: Mantis. HEX triplet: 71, CF and 5E. RGB value is (113,207,94). Sum of RGB (Red+Green+Blue) = 113+207+94=414 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.29% from 414); Green value is 207 (81.25% from 255 or 50% from 414); Blue value is 94 (37.11% from 255 or 22.71% from 414); Max value from RGB is 207 - color contains mainly: green. Hex color #71CF5E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71CF5E is #8E30A1. Grayscale: #A6A6A6. Windows color (decimal): -9318562 or 6213489. OLE color: 6213489.

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

Color convert

RGB 113 207 94 -
CMYK 0.45 0 0.55 0.19
HSL 109.91º 0.54% 0.59% -
HSV(B) 109.91º 0.55% 0.81% -
XYZ 31.14 48.94 18.4 -
YUV 166.01 87.36 90.19 -
System Red Green Blue C M Y K H S L
Decimal 113 207 94 0.45 0 0.55 0.19 109.91 0.54 0.59
Hex 71 CF 5E 2D 0 37 13 6E 36 3B
Octal 161 317 136 55 0 67 23 156 66 73
Binary 1110001 11001111 1011110 101101 0 110111 10011 1101110 110110 111011

Color Harmonies of #71CF5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71CF5E

Black with #71CF5E

Text Example


Text Example

White with #71CF5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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