Html Css Color HEX #7CCD50 Mantis

📋 copy color: '#7CCD50'

red 124 ◦ green 205 ◦ blue 80

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

Shades of Mantis #7CCD50

Tints of Mantis #7CCD50

RGB

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

 GREEN value IS 205 (80.47% from 255) = 50.12%

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

R = 30.32%
G = 50.12%
B = 19.56%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.61

 K value IS 0.20

RGB Variations

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

Color information

#7CCD50 (or 0x7CCD50) is known color: Mantis. HEX triplet: 7C, CD and 50. RGB value is (124,205,80). Sum of RGB (Red+Green+Blue) = 124+205+80=409 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.32% from 409); Green value is 205 (80.47% from 255 or 50.12% from 409); Blue value is 80 (31.64% from 255 or 19.56% from 409); Max value from RGB is 205 - color contains mainly: green. Hex color #7CCD50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CCD50 is #8332AF. Grayscale: #A6A6A6. Windows color (decimal): -8598192 or 5295484. OLE color: 5295484.

HSL color Cylindrical-coordinate representation of color #7CCD50: hue angle of 98.88º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7CCD50 is Cyan = 0.40, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.20.

Color convert

RGB 124 205 80 -
CMYK 0.40 0 0.61 0.20
HSL 98.88º 0.56% 0.56% -
HSV(B) 98.88º 0.61% 0.8% -
XYZ 31.59 48.53 15.29 -
YUV 166.53 79.16 97.66 -
System Red Green Blue C M Y K H S L
Decimal 124 205 80 0.40 0 0.61 0.20 98.88 0.56 0.56
Hex 7C CD 50 28 0 3D 14 63 38 38
Octal 174 315 120 50 0 75 24 143 70 70
Binary 1111100 11001101 1010000 101000 0 111101 10100 1100011 111000 111000

Color Harmonies of #7CCD50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CCD50

Black with #7CCD50

Text Example


Text Example

White with #7CCD50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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