Html Css Color HEX #7CC041 Mantis

📋 copy color: '#7CC041'

red 124 ◦ green 192 ◦ blue 65

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

Shades of Mantis #7CC041

Tints of Mantis #7CC041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 17.06%

R = 32.55%
G = 50.39%
B = 17.06%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#7CC041 (or 0x7CC041) is known color: Mantis. HEX triplet: 7C, C0 and 41. RGB value is (124,192,65). Sum of RGB (Red+Green+Blue) = 124+192+65=381 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.55% from 381); Green value is 192 (75.39% from 255 or 50.39% from 381); Blue value is 65 (25.78% from 255 or 17.06% from 381); Max value from RGB is 192 - color contains mainly: green. Hex color #7CC041 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CC041 is #833FBE. Grayscale: #9D9D9D. Windows color (decimal): -8601535 or 4309116. OLE color: 4309116.

HSL color Cylindrical-coordinate representation of color #7CC041: hue angle of 92.13º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7CC041 is Cyan = 0.35, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB 124 192 65 -
CMYK 0.35 0 0.66 0.25
HSL 92.13º 0.5% 0.5% -
HSV(B) 92.13º 0.66% 0.75% -
XYZ 28.12 42.37 11.7 -
YUV 157.19 75.97 104.33 -
System Red Green Blue C M Y K H S L
Decimal 124 192 65 0.35 0 0.66 0.25 92.13 0.5 0.5
Hex 7C C0 41 23 0 42 19 5C 32 32
Octal 174 300 101 43 0 102 31 134 62 62
Binary 1111100 11000000 1000001 100011 0 1000010 11001 1011100 110010 110010

Color Harmonies of #7CC041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CC041

Black with #7CC041

Text Example


Text Example

White with #7CC041

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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