Html Css Color HEX #7CCA4A Mantis

📋 copy color: '#7CCA4A'

red 124 ◦ green 202 ◦ blue 74

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

Shades of Mantis #7CCA4A

Tints of Mantis #7CCA4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 18.5%

R = 31%
G = 50.5%
B = 18.5%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#7CCA4A (or 0x7CCA4A) is known color: Mantis. HEX triplet: 7C, CA and 4A. RGB value is (124,202,74). Sum of RGB (Red+Green+Blue) = 124+202+74=400 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31% from 400); Green value is 202 (79.30% from 255 or 50.5% from 400); Blue value is 74 (29.30% from 255 or 18.5% from 400); Max value from RGB is 202 - color contains mainly: green. Hex color #7CCA4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CCA4A is #8335B5. Grayscale: #A4A4A4. Windows color (decimal): -8598966 or 4901500. OLE color: 4901500.

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

Color convert

RGB 124 202 74 -
CMYK 0.39 0 0.63 0.21
HSL 96.56º 0.55% 0.54% -
HSV(B) 96.56º 0.63% 0.79% -
XYZ 30.67 47.02 13.94 -
YUV 164.09 77.16 99.41 -
System Red Green Blue C M Y K H S L
Decimal 124 202 74 0.39 0 0.63 0.21 96.56 0.55 0.54
Hex 7C CA 4A 27 0 3F 15 61 37 36
Octal 174 312 112 47 0 77 25 141 67 66
Binary 1111100 11001010 1001010 100111 0 111111 10101 1100001 110111 110110

Color Harmonies of #7CCA4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CCA4A

Black with #7CCA4A

Text Example


Text Example

White with #7CCA4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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