Html Css Color HEX #7CCA41 Mantis

📋 copy color: '#7CCA41'

red 124 ◦ green 202 ◦ blue 65

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

Shades of Mantis #7CCA41

Tints of Mantis #7CCA41

RGB

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

 GREEN value IS 202 (79.3% from 255) = 51.66%

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

R = 31.71%
G = 51.66%
B = 16.62%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#7CCA41 (or 0x7CCA41) is known color: Mantis. HEX triplet: 7C, CA and 41. RGB value is (124,202,65). Sum of RGB (Red+Green+Blue) = 124+202+65=391 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.71% from 391); Green value is 202 (79.30% from 255 or 51.66% from 391); Blue value is 65 (25.78% from 255 or 16.62% from 391); Max value from RGB is 202 - color contains mainly: green. Hex color #7CCA41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CCA41 is #8335BE. Grayscale: #A3A3A3. Windows color (decimal): -8598975 or 4311676. OLE color: 4311676.

HSL color Cylindrical-coordinate representation of color #7CCA41: hue angle of 94.16º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7CCA41 is Cyan = 0.39, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.21.

Color convert

RGB 124 202 65 -
CMYK 0.39 0 0.68 0.21
HSL 94.16º 0.56% 0.52% -
HSV(B) 94.16º 0.68% 0.79% -
XYZ 30.39 46.91 12.45 -
YUV 163.06 72.66 100.14 -
System Red Green Blue C M Y K H S L
Decimal 124 202 65 0.39 0 0.68 0.21 94.16 0.56 0.52
Hex 7C CA 41 27 0 44 15 5E 38 34
Octal 174 312 101 47 0 104 25 136 70 64
Binary 1111100 11001010 1000001 100111 0 1000100 10101 1011110 111000 110100

Color Harmonies of #7CCA41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CCA41

Black with #7CCA41

Text Example


Text Example

White with #7CCA41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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