Html Css Color HEX #7FD348 Mantis

📋 copy color: '#7FD348'

red 127 ◦ green 211 ◦ blue 72

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

Shades of Mantis #7FD348

Tints of Mantis #7FD348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 17.56%

R = 30.98%
G = 51.46%
B = 17.56%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.66

 K value IS 0.17

RGB Variations

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

Color information

#7FD348 (or 0x7FD348) is known color: Mantis. HEX triplet: 7F, D3 and 48. RGB value is (127,211,72). Sum of RGB (Red+Green+Blue) = 127+211+72=410 (54% of max value = 765). Red value is 127 (50% from 255 or 30.98% from 410); Green value is 211 (82.81% from 255 or 51.46% from 410); Blue value is 72 (28.52% from 255 or 17.56% from 410); Max value from RGB is 211 - color contains mainly: green. Hex color #7FD348 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FD348 is #802CB7. Grayscale: #AAAAAA. Windows color (decimal): -8400056 or 4772735. OLE color: 4772735.

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

Color convert

RGB 127 211 72 -
CMYK 0.40 0 0.66 0.17
HSL 96.26º 0.61% 0.55% -
HSV(B) 96.26º 0.66% 0.83% -
XYZ 33.22 51.57 14.33 -
YUV 170.04 72.67 97.3 -
System Red Green Blue C M Y K H S L
Decimal 127 211 72 0.40 0 0.66 0.17 96.26 0.61 0.55
Hex 7F D3 48 28 0 42 11 60 3D 37
Octal 177 323 110 50 0 102 21 140 75 67
Binary 1111111 11010011 1001000 101000 0 1000010 10001 1100000 111101 110111

Color Harmonies of #7FD348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FD348

Black with #7FD348

Text Example


Text Example

White with #7FD348

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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