Html Css Color HEX #7AD042 Mantis

📋 copy color: '#7AD042'

red 122 ◦ green 208 ◦ blue 66

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

Shades of Mantis #7AD042

Tints of Mantis #7AD042

RGB

 RED value IS 122 (48.05% from 255) = 30.81%

 GREEN value IS 208 (81.64% from 255) = 52.53%

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

R = 30.81%
G = 52.53%
B = 16.67%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#7AD042 (or 0x7AD042) is known color: Mantis. HEX triplet: 7A, D0 and 42. RGB value is (122,208,66). Sum of RGB (Red+Green+Blue) = 122+208+66=396 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.81% from 396); Green value is 208 (81.64% from 255 or 52.53% from 396); Blue value is 66 (26.17% from 255 or 16.67% from 396); Max value from RGB is 208 - color contains mainly: green. Hex color #7AD042 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AD042 is #852FBD. Grayscale: #A6A6A6. Windows color (decimal): -8728510 or 4378746. OLE color: 4378746.

HSL color Cylindrical-coordinate representation of color #7AD042: hue angle of 96.34º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7AD042 is Cyan = 0.41, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.18.

Color convert

RGB 122 208 66 -
CMYK 0.41 0 0.68 0.18
HSL 96.34º 0.6% 0.54% -
HSV(B) 96.34º 0.68% 0.82% -
XYZ 31.57 49.64 13.07 -
YUV 166.1 71.51 96.55 -
System Red Green Blue C M Y K H S L
Decimal 122 208 66 0.41 0 0.68 0.18 96.34 0.6 0.54
Hex 7A D0 42 29 0 44 12 60 3C 36
Octal 172 320 102 51 0 104 22 140 74 66
Binary 1111010 11010000 1000010 101001 0 1000100 10010 1100000 111100 110110

Color Harmonies of #7AD042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AD042

Black with #7AD042

Text Example


Text Example

White with #7AD042

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,208,66); }

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

background-color css

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

 a { background-color: rgb(122,208,66); }

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

border-color css

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

 span { border-color: rgb(122,208,66); }

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