Html Css Color HEX #7FD248 Mantis

📋 copy color: '#7FD248'

red 127 ◦ green 210 ◦ blue 72

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

Shades of Mantis #7FD248

Tints of Mantis #7FD248

RGB

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

 GREEN value IS 210 (82.42% from 255) = 51.34%

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

R = 31.05%
G = 51.34%
B = 17.6%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#7FD248 (or 0x7FD248) is known color: Mantis. HEX triplet: 7F, D2 and 48. RGB value is (127,210,72). Sum of RGB (Red+Green+Blue) = 127+210+72=409 (54% of max value = 765). Red value is 127 (50% from 255 or 31.05% from 409); Green value is 210 (82.42% from 255 or 51.34% from 409); Blue value is 72 (28.52% from 255 or 17.60% from 409); Max value from RGB is 210 - color contains mainly: green. Hex color #7FD248 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FD248 is #802DB7. Grayscale: #A9A9A9. Windows color (decimal): -8400312 or 4772479. OLE color: 4772479.

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

Color convert

RGB 127 210 72 -
CMYK 0.40 0 0.66 0.18
HSL 96.09º 0.61% 0.55% -
HSV(B) 96.09º 0.66% 0.82% -
XYZ 32.97 51.07 14.25 -
YUV 169.45 73 97.72 -
System Red Green Blue C M Y K H S L
Decimal 127 210 72 0.40 0 0.66 0.18 96.09 0.61 0.55
Hex 7F D2 48 28 0 42 12 60 3D 37
Octal 177 322 110 50 0 102 22 140 75 67
Binary 1111111 11010010 1001000 101000 0 1000010 10010 1100000 111101 110111

Color Harmonies of #7FD248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FD248

Black with #7FD248

Text Example


Text Example

White with #7FD248

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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