Html Css Color HEX #7CC05A Mantis

📋 copy color: '#7CC05A'

red 124 ◦ green 192 ◦ blue 90

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

Shades of Mantis #7CC05A

Tints of Mantis #7CC05A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 22.17%

R = 30.54%
G = 47.29%
B = 22.17%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#7CC05A (or 0x7CC05A) is known color: Mantis. HEX triplet: 7C, C0 and 5A. RGB value is (124,192,90). Sum of RGB (Red+Green+Blue) = 124+192+90=406 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.54% from 406); Green value is 192 (75.39% from 255 or 47.29% from 406); Blue value is 90 (35.55% from 255 or 22.17% from 406); Max value from RGB is 192 - color contains mainly: green. Hex color #7CC05A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CC05A is #833FA5. Grayscale: #A0A0A0. Windows color (decimal): -8601510 or 5947516. OLE color: 5947516.

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

Color convert

RGB 124 192 90 -
CMYK 0.35 0 0.53 0.25
HSL 100º 0.45% 0.55% -
HSV(B) 100º 0.53% 0.75% -
XYZ 29.01 42.72 16.39 -
YUV 160.04 88.47 102.29 -
System Red Green Blue C M Y K H S L
Decimal 124 192 90 0.35 0 0.53 0.25 100 0.45 0.55
Hex 7C C0 5A 23 0 35 19 64 2D 37
Octal 174 300 132 43 0 65 31 144 55 67
Binary 1111100 11000000 1011010 100011 0 110101 11001 1100100 101101 110111

Color Harmonies of #7CC05A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CC05A

Black with #7CC05A

Text Example


Text Example

White with #7CC05A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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