Html Css Color HEX #7ADD3F Mantis

📋 copy color: '#7ADD3F'

red 122 ◦ green 221 ◦ blue 63

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

Shades of Mantis #7ADD3F

Tints of Mantis #7ADD3F

RGB

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

 GREEN value IS 221 (86.72% from 255) = 54.43%

 BLUE value IS 63 (25% from 255) = 15.52%

R = 30.05%
G = 54.43%
B = 15.52%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#7ADD3F (or 0x7ADD3F) is known color: Mantis. HEX triplet: 7A, DD and 3F. RGB value is (122,221,63). Sum of RGB (Red+Green+Blue) = 122+221+63=406 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.05% from 406); Green value is 221 (86.72% from 255 or 54.43% from 406); Blue value is 63 (25% from 255 or 15.52% from 406); Max value from RGB is 221 - color contains mainly: green. Hex color #7ADD3F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ADD3F is #8522C0. Grayscale: #ADADAD. Windows color (decimal): -8725185 or 4185466. OLE color: 4185466.

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

Color convert

RGB 122 221 63 -
CMYK 0.45 0 0.71 0.13
HSL 97.59º 0.7% 0.56% -
HSV(B) 97.59º 0.71% 0.87% -
XYZ 34.78 56.21 13.72 -
YUV 173.39 65.7 91.35 -
System Red Green Blue C M Y K H S L
Decimal 122 221 63 0.45 0 0.71 0.13 97.59 0.7 0.56
Hex 7A DD 3F 2D 0 47 D 62 46 38
Octal 172 335 77 55 0 107 15 142 106 70
Binary 1111010 11011101 111111 101101 0 1000111 1101 1100010 1000110 111000

Color Harmonies of #7ADD3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ADD3F

Black with #7ADD3F

Text Example


Text Example

White with #7ADD3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,221,63); }

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

background-color css

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

 a { background-color: rgb(122,221,63); }

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

border-color css

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

 span { border-color: rgb(122,221,63); }

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