Html Css Color HEX #7FC052 Mantis

📋 copy color: '#7FC052'

red 127 ◦ green 192 ◦ blue 82

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

Shades of Mantis #7FC052

Tints of Mantis #7FC052

RGB

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

 GREEN value IS 192 (75.39% from 255) = 47.88%

 BLUE value IS 82 (32.42% from 255) = 20.45%

R = 31.67%
G = 47.88%
B = 20.45%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#7FC052 (or 0x7FC052) is known color: Mantis. HEX triplet: 7F, C0 and 52. RGB value is (127,192,82). Sum of RGB (Red+Green+Blue) = 127+192+82=401 (53% of max value = 765). Red value is 127 (50% from 255 or 31.67% from 401); Green value is 192 (75.39% from 255 or 47.88% from 401); Blue value is 82 (32.42% from 255 or 20.45% from 401); Max value from RGB is 192 - color contains mainly: green. Hex color #7FC052 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FC052 is #803FAD. Grayscale: #A0A0A0. Windows color (decimal): -8404910 or 5423231. OLE color: 5423231.

HSL color Cylindrical-coordinate representation of color #7FC052: hue angle of 95.45º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7FC052 is Cyan = 0.34, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB 127 192 82 -
CMYK 0.34 0 0.57 0.25
HSL 95.45º 0.47% 0.54% -
HSV(B) 95.45º 0.57% 0.75% -
XYZ 29.13 42.82 14.71 -
YUV 160.03 83.97 104.44 -
System Red Green Blue C M Y K H S L
Decimal 127 192 82 0.34 0 0.57 0.25 95.45 0.47 0.54
Hex 7F C0 52 22 0 39 19 5F 2F 36
Octal 177 300 122 42 0 71 31 137 57 66
Binary 1111111 11000000 1010010 100010 0 111001 11001 1011111 101111 110110

Color Harmonies of #7FC052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FC052

Black with #7FC052

Text Example


Text Example

White with #7FC052

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,192,82); }

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

background-color css

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

 a { background-color: rgb(127,192,82); }

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

border-color css

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

 span { border-color: rgb(127,192,82); }

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