Html Css Color HEX #7CDE50 Mantis

📋 copy color: '#7CDE50'

red 124 ◦ green 222 ◦ blue 80

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

Shades of Mantis #7CDE50

Tints of Mantis #7CDE50

RGB

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

 GREEN value IS 222 (87.11% from 255) = 52.11%

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

R = 29.11%
G = 52.11%
B = 18.78%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#7CDE50 (or 0x7CDE50) is known color: Mantis. HEX triplet: 7C, DE and 50. RGB value is (124,222,80). Sum of RGB (Red+Green+Blue) = 124+222+80=426 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.11% from 426); Green value is 222 (87.11% from 255 or 52.11% from 426); Blue value is 80 (31.64% from 255 or 18.78% from 426); Max value from RGB is 222 - color contains mainly: green. Hex color #7CDE50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CDE50 is #8321AF. Grayscale: #B0B0B0. Windows color (decimal): -8593840 or 5299836. OLE color: 5299836.

HSL color Cylindrical-coordinate representation of color #7CDE50: hue angle of 101.41º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7CDE50 is Cyan = 0.44, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.

Color convert

RGB 124 222 80 -
CMYK 0.44 0 0.64 0.13
HSL 101.41º 0.68% 0.59% -
HSV(B) 101.41º 0.64% 0.87% -
XYZ 35.88 57.11 16.72 -
YUV 176.51 73.53 90.55 -
System Red Green Blue C M Y K H S L
Decimal 124 222 80 0.44 0 0.64 0.13 101.41 0.68 0.59
Hex 7C DE 50 2C 0 40 D 65 44 3B
Octal 174 336 120 54 0 100 15 145 104 73
Binary 1111100 11011110 1010000 101100 0 1000000 1101 1100101 1000100 111011

Color Harmonies of #7CDE50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CDE50

Black with #7CDE50

Text Example


Text Example

White with #7CDE50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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