Html Css Color HEX #7ADF46 Mantis

📋 copy color: '#7ADF46'

red 122 ◦ green 223 ◦ blue 70

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

Shades of Mantis #7ADF46

Tints of Mantis #7ADF46

RGB

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

 GREEN value IS 223 (87.5% from 255) = 53.73%

 BLUE value IS 70 (27.73% from 255) = 16.87%

R = 29.4%
G = 53.73%
B = 16.87%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#7ADF46 (or 0x7ADF46) is known color: Mantis. HEX triplet: 7A, DF and 46. RGB value is (122,223,70). Sum of RGB (Red+Green+Blue) = 122+223+70=415 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.40% from 415); Green value is 223 (87.5% from 255 or 53.73% from 415); Blue value is 70 (27.73% from 255 or 16.87% from 415); Max value from RGB is 223 - color contains mainly: green. Hex color #7ADF46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ADF46 is #8520B9. Grayscale: #AFAFAF. Windows color (decimal): -8724666 or 4644730. OLE color: 4644730.

HSL color Cylindrical-coordinate representation of color #7ADF46: hue angle of 99.61º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7ADF46 is Cyan = 0.45, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.

Color convert

RGB 122 223 70 -
CMYK 0.45 0 0.69 0.13
HSL 99.61º 0.71% 0.57% -
HSV(B) 99.61º 0.69% 0.87% -
XYZ 35.52 57.36 14.99 -
YUV 175.36 68.54 89.94 -
System Red Green Blue C M Y K H S L
Decimal 122 223 70 0.45 0 0.69 0.13 99.61 0.71 0.57
Hex 7A DF 46 2D 0 45 D 64 47 39
Octal 172 337 106 55 0 105 15 144 107 71
Binary 1111010 11011111 1000110 101101 0 1000101 1101 1100100 1000111 111001

Color Harmonies of #7ADF46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ADF46

Black with #7ADF46

Text Example


Text Example

White with #7ADF46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,223,70); }

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

background-color css

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

 a { background-color: rgb(122,223,70); }

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

border-color css

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

 span { border-color: rgb(122,223,70); }

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