Html Css Color HEX #7CDA50 Mantis

📋 copy color: '#7CDA50'

red 124 ◦ green 218 ◦ blue 80

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

Shades of Mantis #7CDA50

Tints of Mantis #7CDA50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 18.96%

R = 29.38%
G = 51.66%
B = 18.96%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#7CDA50 (or 0x7CDA50) is known color: Mantis. HEX triplet: 7C, DA and 50. RGB value is (124,218,80). Sum of RGB (Red+Green+Blue) = 124+218+80=422 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.38% from 422); Green value is 218 (85.55% from 255 or 51.66% from 422); Blue value is 80 (31.64% from 255 or 18.96% from 422); Max value from RGB is 218 - color contains mainly: green. Hex color #7CDA50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CDA50 is #8325AF. Grayscale: #AEAEAE. Windows color (decimal): -8594864 or 5298812. OLE color: 5298812.

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

Color convert

RGB 124 218 80 -
CMYK 0.43 0 0.63 0.15
HSL 100.87º 0.65% 0.58% -
HSV(B) 100.87º 0.63% 0.85% -
XYZ 34.83 55.01 16.37 -
YUV 174.16 74.86 92.22 -
System Red Green Blue C M Y K H S L
Decimal 124 218 80 0.43 0 0.63 0.15 100.87 0.65 0.58
Hex 7C DA 50 2B 0 3F F 65 41 3A
Octal 174 332 120 53 0 77 17 145 101 72
Binary 1111100 11011010 1010000 101011 0 111111 1111 1100101 1000001 111010

Color Harmonies of #7CDA50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CDA50

Black with #7CDA50

Text Example


Text Example

White with #7CDA50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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