Html Css Color HEX #7FD342 Mantis

📋 copy color: '#7FD342'

red 127 ◦ green 211 ◦ blue 66

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

Shades of Mantis #7FD342

Tints of Mantis #7FD342

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 16.34%

R = 31.44%
G = 52.23%
B = 16.34%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.69

 K value IS 0.17

RGB Variations

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

Color information

#7FD342 (or 0x7FD342) is known color: Mantis. HEX triplet: 7F, D3 and 42. RGB value is (127,211,66). Sum of RGB (Red+Green+Blue) = 127+211+66=404 (53% of max value = 765). Red value is 127 (50% from 255 or 31.44% from 404); Green value is 211 (82.81% from 255 or 52.23% from 404); Blue value is 66 (26.17% from 255 or 16.34% from 404); Max value from RGB is 211 - color contains mainly: green. Hex color #7FD342 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FD342 is #802CBD. Grayscale: #A9A9A9. Windows color (decimal): -8400062 or 4379519. OLE color: 4379519.

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

Color convert

RGB 127 211 66 -
CMYK 0.40 0 0.69 0.17
HSL 94.76º 0.62% 0.54% -
HSV(B) 94.76º 0.69% 0.83% -
XYZ 33.03 51.49 13.35 -
YUV 169.35 69.67 97.79 -
System Red Green Blue C M Y K H S L
Decimal 127 211 66 0.40 0 0.69 0.17 94.76 0.62 0.54
Hex 7F D3 42 28 0 45 11 5F 3E 36
Octal 177 323 102 50 0 105 21 137 76 66
Binary 1111111 11010011 1000010 101000 0 1000101 10001 1011111 111110 110110

Color Harmonies of #7FD342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FD342

Black with #7FD342

Text Example


Text Example

White with #7FD342

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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