Html Css Color HEX #7FD346 Mantis

📋 copy color: '#7FD346'

red 127 ◦ green 211 ◦ blue 70

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

Shades of Mantis #7FD346

Tints of Mantis #7FD346

RGB

 RED value IS 127 (50% from 255) = 31.13%

 GREEN value IS 211 (82.81% from 255) = 51.72%

 BLUE value IS 70 (27.73% from 255) = 17.16%

R = 31.13%
G = 51.72%
B = 17.16%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.67

 K value IS 0.17

RGB Variations

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

Color information

#7FD346 (or 0x7FD346) is known color: Mantis. HEX triplet: 7F, D3 and 46. RGB value is (127,211,70). Sum of RGB (Red+Green+Blue) = 127+211+70=408 (54% of max value = 765). Red value is 127 (50% from 255 or 31.13% from 408); Green value is 211 (82.81% from 255 or 51.72% from 408); Blue value is 70 (27.73% from 255 or 17.16% from 408); Max value from RGB is 211 - color contains mainly: green. Hex color #7FD346 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FD346 is #802CB9. Grayscale: #AAAAAA. Windows color (decimal): -8400058 or 4641663. OLE color: 4641663.

HSL color Cylindrical-coordinate representation of color #7FD346: hue angle of 95.74º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7FD346 is Cyan = 0.40, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.17.

Color convert

RGB 127 211 70 -
CMYK 0.40 0 0.67 0.17
HSL 95.74º 0.62% 0.55% -
HSV(B) 95.74º 0.67% 0.83% -
XYZ 33.15 51.54 14 -
YUV 169.81 71.67 97.46 -
System Red Green Blue C M Y K H S L
Decimal 127 211 70 0.40 0 0.67 0.17 95.74 0.62 0.55
Hex 7F D3 46 28 0 43 11 60 3E 37
Octal 177 323 106 50 0 103 21 140 76 67
Binary 1111111 11010011 1000110 101000 0 1000011 10001 1100000 111110 110111

Color Harmonies of #7FD346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FD346

Black with #7FD346

Text Example


Text Example

White with #7FD346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7FD346; }

 p { color: rgb(127,211,70); }

 H1.HeaderClassName
 {
   color: #7FD346;
 }
 .AnyTagClassName
 {
   color: #7FD346;
 }
</style>

background-color css

<style>
 a { background-color: #7FD346; }

 a { background-color: rgb(127,211,70); }

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

border-color css

<style>
 span { border-color: #7FD346; }

 span { border-color: rgb(127,211,70); }

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