Html Css Color HEX #7CDA40 Mantis

📋 copy color: '#7CDA40'

red 124 ◦ green 218 ◦ blue 64

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

Shades of Mantis #7CDA40

Tints of Mantis #7CDA40

RGB

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

 GREEN value IS 218 (85.55% from 255) = 53.69%

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

R = 30.54%
G = 53.69%
B = 15.76%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#7CDA40 (or 0x7CDA40) is known color: Mantis. HEX triplet: 7C, DA and 40. RGB value is (124,218,64). Sum of RGB (Red+Green+Blue) = 124+218+64=406 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.54% from 406); Green value is 218 (85.55% from 255 or 53.69% from 406); Blue value is 64 (25.39% from 255 or 15.76% from 406); Max value from RGB is 218 - color contains mainly: green. Hex color #7CDA40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CDA40 is #8325BF. Grayscale: #ACACAC. Windows color (decimal): -8594880 or 4250236. OLE color: 4250236.

HSL color Cylindrical-coordinate representation of color #7CDA40: hue angle of 96.62º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7CDA40 is Cyan = 0.43, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB 124 218 64 -
CMYK 0.43 0 0.71 0.15
HSL 96.62º 0.68% 0.55% -
HSV(B) 96.62º 0.71% 0.85% -
XYZ 34.31 54.8 13.62 -
YUV 172.34 66.86 93.52 -
System Red Green Blue C M Y K H S L
Decimal 124 218 64 0.43 0 0.71 0.15 96.62 0.68 0.55
Hex 7C DA 40 2B 0 47 F 61 44 37
Octal 174 332 100 53 0 107 17 141 104 67
Binary 1111100 11011010 1000000 101011 0 1000111 1111 1100001 1000100 110111

Color Harmonies of #7CDA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CDA40

Black with #7CDA40

Text Example


Text Example

White with #7CDA40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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