Html Css Color HEX #7CCD41 Mantis

📋 copy color: '#7CCD41'

red 124 ◦ green 205 ◦ blue 65

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

Shades of Mantis #7CCD41

Tints of Mantis #7CCD41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 16.5%

R = 31.47%
G = 52.03%
B = 16.5%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#7CCD41 (or 0x7CCD41) is known color: Mantis. HEX triplet: 7C, CD and 41. RGB value is (124,205,65). Sum of RGB (Red+Green+Blue) = 124+205+65=394 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.47% from 394); Green value is 205 (80.47% from 255 or 52.03% from 394); Blue value is 65 (25.78% from 255 or 16.50% from 394); Max value from RGB is 205 - color contains mainly: green. Hex color #7CCD41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CCD41 is #8332BE. Grayscale: #A5A5A5. Windows color (decimal): -8598207 or 4312444. OLE color: 4312444.

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

Color convert

RGB 124 205 65 -
CMYK 0.40 0 0.68 0.20
HSL 94.71º 0.58% 0.53% -
HSV(B) 94.71º 0.68% 0.8% -
XYZ 31.1 48.33 12.69 -
YUV 164.82 71.66 98.88 -
System Red Green Blue C M Y K H S L
Decimal 124 205 65 0.40 0 0.68 0.20 94.71 0.58 0.53
Hex 7C CD 41 28 0 44 14 5F 3A 35
Octal 174 315 101 50 0 104 24 137 72 65
Binary 1111100 11001101 1000001 101000 0 1000100 10100 1011111 111010 110101

Color Harmonies of #7CCD41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CCD41

Black with #7CCD41

Text Example


Text Example

White with #7CCD41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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