Html Css Color HEX #7ADA4B Mantis

📋 copy color: '#7ADA4B'

red 122 ◦ green 218 ◦ blue 75

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

Shades of Mantis #7ADA4B

Tints of Mantis #7ADA4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 18.07%

R = 29.4%
G = 52.53%
B = 18.07%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#7ADA4B (or 0x7ADA4B) is known color: Mantis. HEX triplet: 7A, DA and 4B. RGB value is (122,218,75). Sum of RGB (Red+Green+Blue) = 122+218+75=415 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.40% from 415); Green value is 218 (85.55% from 255 or 52.53% from 415); Blue value is 75 (29.69% from 255 or 18.07% from 415); Max value from RGB is 218 - color contains mainly: green. Hex color #7ADA4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ADA4B is #8525B4. Grayscale: #ADADAD. Windows color (decimal): -8725941 or 4971130. OLE color: 4971130.

HSL color Cylindrical-coordinate representation of color #7ADA4B: hue angle of 100.28º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7ADA4B is Cyan = 0.44, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB 122 218 75 -
CMYK 0.44 0 0.66 0.15
HSL 100.28º 0.66% 0.57% -
HSV(B) 100.28º 0.66% 0.85% -
XYZ 34.37 54.79 15.42 -
YUV 172.99 72.7 91.63 -
System Red Green Blue C M Y K H S L
Decimal 122 218 75 0.44 0 0.66 0.15 100.28 0.66 0.57
Hex 7A DA 4B 2C 0 42 F 64 42 39
Octal 172 332 113 54 0 102 17 144 102 71
Binary 1111010 11011010 1001011 101100 0 1000010 1111 1100100 1000010 111001

Color Harmonies of #7ADA4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ADA4B

Black with #7ADA4B

Text Example


Text Example

White with #7ADA4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,218,75); }

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

background-color css

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

 a { background-color: rgb(122,218,75); }

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

border-color css

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

 span { border-color: rgb(122,218,75); }

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