Html Css Color HEX #7CD742 Mantis

📋 copy color: '#7CD742'

red 124 ◦ green 215 ◦ blue 66

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

Shades of Mantis #7CD742

Tints of Mantis #7CD742

RGB

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

 GREEN value IS 215 (84.38% from 255) = 53.09%

 BLUE value IS 66 (26.17% from 255) = 16.3%

R = 30.62%
G = 53.09%
B = 16.3%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#7CD742 (or 0x7CD742) is known color: Mantis. HEX triplet: 7C, D7 and 42. RGB value is (124,215,66). Sum of RGB (Red+Green+Blue) = 124+215+66=405 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.62% from 405); Green value is 215 (84.38% from 255 or 53.09% from 405); Blue value is 66 (26.17% from 255 or 16.30% from 405); Max value from RGB is 215 - color contains mainly: green. Hex color #7CD742 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CD742 is #8328BD. Grayscale: #ABABAB. Windows color (decimal): -8595646 or 4380540. OLE color: 4380540.

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

Color convert

RGB 124 215 66 -
CMYK 0.42 0 0.69 0.16
HSL 96.64º 0.65% 0.55% -
HSV(B) 96.64º 0.69% 0.84% -
XYZ 33.6 53.28 13.67 -
YUV 170.81 68.85 94.62 -
System Red Green Blue C M Y K H S L
Decimal 124 215 66 0.42 0 0.69 0.16 96.64 0.65 0.55
Hex 7C D7 42 2A 0 45 10 61 41 37
Octal 174 327 102 52 0 105 20 141 101 67
Binary 1111100 11010111 1000010 101010 0 1000101 10000 1100001 1000001 110111

Color Harmonies of #7CD742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CD742

Black with #7CD742

Text Example


Text Example

White with #7CD742

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,215,66); }

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

background-color css

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

 a { background-color: rgb(124,215,66); }

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

border-color css

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

 span { border-color: rgb(124,215,66); }

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