Html Css Color HEX #7CD650 Mantis

📋 copy color: '#7CD650'

red 124 ◦ green 214 ◦ blue 80

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

Shades of Mantis #7CD650

Tints of Mantis #7CD650

RGB

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

 GREEN value IS 214 (83.98% from 255) = 51.2%

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

R = 29.67%
G = 51.2%
B = 19.14%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#7CD650 (or 0x7CD650) is known color: Mantis. HEX triplet: 7C, D6 and 50. RGB value is (124,214,80). Sum of RGB (Red+Green+Blue) = 124+214+80=418 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.67% from 418); Green value is 214 (83.98% from 255 or 51.20% from 418); Blue value is 80 (31.64% from 255 or 19.14% from 418); Max value from RGB is 214 - color contains mainly: green. Hex color #7CD650 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CD650 is #8329AF. Grayscale: #ACACAC. Windows color (decimal): -8595888 or 5297788. OLE color: 5297788.

HSL color Cylindrical-coordinate representation of color #7CD650: hue angle of 100.3º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7CD650 is Cyan = 0.42, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.

Color convert

RGB 124 214 80 -
CMYK 0.42 0 0.63 0.16
HSL 100.3º 0.62% 0.58% -
HSV(B) 100.3º 0.63% 0.84% -
XYZ 33.81 52.96 16.03 -
YUV 171.81 76.18 93.9 -
System Red Green Blue C M Y K H S L
Decimal 124 214 80 0.42 0 0.63 0.16 100.3 0.62 0.58
Hex 7C D6 50 2A 0 3F 10 64 3E 3A
Octal 174 326 120 52 0 77 20 144 76 72
Binary 1111100 11010110 1010000 101010 0 111111 10000 1100100 111110 111010

Color Harmonies of #7CD650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CD650

Black with #7CD650

Text Example


Text Example

White with #7CD650

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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