Html Css Color HEX #7FDD46 Mantis

📋 copy color: '#7FDD46'

red 127 ◦ green 221 ◦ blue 70

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

Shades of Mantis #7FDD46

Tints of Mantis #7FDD46

RGB

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

 GREEN value IS 221 (86.72% from 255) = 52.87%

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

R = 30.38%
G = 52.87%
B = 16.75%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#7FDD46 (or 0x7FDD46) is known color: Mantis. HEX triplet: 7F, DD and 46. RGB value is (127,221,70). Sum of RGB (Red+Green+Blue) = 127+221+70=418 (55% of max value = 765). Red value is 127 (50% from 255 or 30.38% from 418); Green value is 221 (86.72% from 255 or 52.87% from 418); Blue value is 70 (27.73% from 255 or 16.75% from 418); Max value from RGB is 221 - color contains mainly: green. Hex color #7FDD46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FDD46 is #8022B9. Grayscale: #B0B0B0. Windows color (decimal): -8397498 or 4644223. OLE color: 4644223.

HSL color Cylindrical-coordinate representation of color #7FDD46: hue angle of 97.35º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7FDD46 is Cyan = 0.43, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.

Color convert

RGB 127 221 70 -
CMYK 0.43 0 0.68 0.13
HSL 97.35º 0.69% 0.57% -
HSV(B) 97.35º 0.68% 0.87% -
XYZ 35.71 56.67 14.85 -
YUV 175.68 68.36 93.28 -
System Red Green Blue C M Y K H S L
Decimal 127 221 70 0.43 0 0.68 0.13 97.35 0.69 0.57
Hex 7F DD 46 2B 0 44 D 61 45 39
Octal 177 335 106 53 0 104 15 141 105 71
Binary 1111111 11011101 1000110 101011 0 1000100 1101 1100001 1000101 111001

Color Harmonies of #7FDD46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FDD46

Black with #7FDD46

Text Example


Text Example

White with #7FDD46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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