Html Css Color HEX #7CC052 Mantis

📋 copy color: '#7CC052'

red 124 ◦ green 192 ◦ blue 82

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

Shades of Mantis #7CC052

Tints of Mantis #7CC052

RGB

 RED value IS 124 (48.83% from 255) = 31.16%

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

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

R = 31.16%
G = 48.24%
B = 20.6%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#7CC052 (or 0x7CC052) is known color: Mantis. HEX triplet: 7C, C0 and 52. RGB value is (124,192,82). Sum of RGB (Red+Green+Blue) = 124+192+82=398 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.16% from 398); Green value is 192 (75.39% from 255 or 48.24% from 398); Blue value is 82 (32.42% from 255 or 20.60% from 398); Max value from RGB is 192 - color contains mainly: green. Hex color #7CC052 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CC052 is #833FAD. Grayscale: #9F9F9F. Windows color (decimal): -8601518 or 5423228. OLE color: 5423228.

HSL color Cylindrical-coordinate representation of color #7CC052: hue angle of 97.09º 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 #7CC052 is Cyan = 0.35, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB 124 192 82 -
CMYK 0.35 0 0.57 0.25
HSL 97.09º 0.47% 0.54% -
HSV(B) 97.09º 0.57% 0.75% -
XYZ 28.68 42.59 14.69 -
YUV 159.13 84.47 102.94 -
System Red Green Blue C M Y K H S L
Decimal 124 192 82 0.35 0 0.57 0.25 97.09 0.47 0.54
Hex 7C C0 52 23 0 39 19 61 2F 36
Octal 174 300 122 43 0 71 31 141 57 66
Binary 1111100 11000000 1010010 100011 0 111001 11001 1100001 101111 110110

Color Harmonies of #7CC052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CC052

Black with #7CC052

Text Example


Text Example

White with #7CC052

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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