Html Css Color HEX #7CC240 Mantis

📋 copy color: '#7CC240'

red 124 ◦ green 194 ◦ blue 64

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

Shades of Mantis #7CC240

Tints of Mantis #7CC240

RGB

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

 GREEN value IS 194 (76.17% from 255) = 50.79%

 BLUE value IS 64 (25.39% from 255) = 16.75%

R = 32.46%
G = 50.79%
B = 16.75%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#7CC240 (or 0x7CC240) is known color: Mantis. HEX triplet: 7C, C2 and 40. RGB value is (124,194,64). Sum of RGB (Red+Green+Blue) = 124+194+64=382 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.46% from 382); Green value is 194 (76.17% from 255 or 50.79% from 382); Blue value is 64 (25.39% from 255 or 16.75% from 382); Max value from RGB is 194 - color contains mainly: green. Hex color #7CC240 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CC240 is #833DBF. Grayscale: #9E9E9E. Windows color (decimal): -8601024 or 4244092. OLE color: 4244092.

HSL color Cylindrical-coordinate representation of color #7CC240: hue angle of 92.31º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7CC240 is Cyan = 0.36, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB 124 194 64 -
CMYK 0.36 0 0.67 0.24
HSL 92.31º 0.52% 0.51% -
HSV(B) 92.31º 0.67% 0.76% -
XYZ 28.53 43.24 11.69 -
YUV 158.25 74.81 103.57 -
System Red Green Blue C M Y K H S L
Decimal 124 194 64 0.36 0 0.67 0.24 92.31 0.52 0.51
Hex 7C C2 40 24 0 43 18 5C 34 33
Octal 174 302 100 44 0 103 30 134 64 63
Binary 1111100 11000010 1000000 100100 0 1000011 11000 1011100 110100 110011

Color Harmonies of #7CC240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CC240

Black with #7CC240

Text Example


Text Example

White with #7CC240

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,194,64); }

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

background-color css

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

 a { background-color: rgb(124,194,64); }

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

border-color css

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

 span { border-color: rgb(124,194,64); }

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