Html Css Color HEX #7AD045 Mantis

📋 copy color: '#7AD045'

red 122 ◦ green 208 ◦ blue 69

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

Shades of Mantis #7AD045

Tints of Mantis #7AD045

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 17.29%

R = 30.58%
G = 52.13%
B = 17.29%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#7AD045 (or 0x7AD045) is known color: Mantis. HEX triplet: 7A, D0 and 45. RGB value is (122,208,69). Sum of RGB (Red+Green+Blue) = 122+208+69=399 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.58% from 399); Green value is 208 (81.64% from 255 or 52.13% from 399); Blue value is 69 (27.34% from 255 or 17.29% from 399); Max value from RGB is 208 - color contains mainly: green. Hex color #7AD045 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AD045 is #852FBA. Grayscale: #A6A6A6. Windows color (decimal): -8728507 or 4575354. OLE color: 4575354.

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

Color convert

RGB 122 208 69 -
CMYK 0.41 0 0.67 0.18
HSL 97.12º 0.6% 0.54% -
HSV(B) 97.12º 0.67% 0.82% -
XYZ 31.66 49.68 13.55 -
YUV 166.44 73.01 96.3 -
System Red Green Blue C M Y K H S L
Decimal 122 208 69 0.41 0 0.67 0.18 97.12 0.6 0.54
Hex 7A D0 45 29 0 43 12 61 3C 36
Octal 172 320 105 51 0 103 22 141 74 66
Binary 1111010 11010000 1000101 101001 0 1000011 10010 1100001 111100 110110

Color Harmonies of #7AD045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AD045

Black with #7AD045

Text Example


Text Example

White with #7AD045

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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