Html Css Color HEX #7CDA42 Mantis

📋 copy color: '#7CDA42'

red 124 ◦ green 218 ◦ blue 66

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

Shades of Mantis #7CDA42

Tints of Mantis #7CDA42

RGB

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

 GREEN value IS 218 (85.55% from 255) = 53.43%

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

R = 30.39%
G = 53.43%
B = 16.18%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#7CDA42 (or 0x7CDA42) is known color: Mantis. HEX triplet: 7C, DA and 42. RGB value is (124,218,66). Sum of RGB (Red+Green+Blue) = 124+218+66=408 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.39% from 408); Green value is 218 (85.55% from 255 or 53.43% from 408); Blue value is 66 (26.17% from 255 or 16.18% from 408); Max value from RGB is 218 - color contains mainly: green. Hex color #7CDA42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CDA42 is #8325BD. Grayscale: #ADADAD. Windows color (decimal): -8594878 or 4381308. OLE color: 4381308.

HSL color Cylindrical-coordinate representation of color #7CDA42: hue angle of 97.11º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7CDA42 is Cyan = 0.43, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB 124 218 66 -
CMYK 0.43 0 0.70 0.15
HSL 97.11º 0.67% 0.56% -
HSV(B) 97.11º 0.7% 0.85% -
XYZ 34.37 54.82 13.92 -
YUV 172.57 67.86 93.36 -
System Red Green Blue C M Y K H S L
Decimal 124 218 66 0.43 0 0.70 0.15 97.11 0.67 0.56
Hex 7C DA 42 2B 0 46 F 61 43 38
Octal 174 332 102 53 0 106 17 141 103 70
Binary 1111100 11011010 1000010 101011 0 1000110 1111 1100001 1000011 111000

Color Harmonies of #7CDA42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CDA42

Black with #7CDA42

Text Example


Text Example

White with #7CDA42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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