Html Css Color HEX #7ACD49 Mantis

📋 copy color: '#7ACD49'

red 122 ◦ green 205 ◦ blue 73

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

Shades of Mantis #7ACD49

Tints of Mantis #7ACD49

RGB

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

 GREEN value IS 205 (80.47% from 255) = 51.25%

 BLUE value IS 73 (28.91% from 255) = 18.25%

R = 30.5%
G = 51.25%
B = 18.25%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#7ACD49 (or 0x7ACD49) is known color: Mantis. HEX triplet: 7A, CD and 49. RGB value is (122,205,73). Sum of RGB (Red+Green+Blue) = 122+205+73=400 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.5% from 400); Green value is 205 (80.47% from 255 or 51.25% from 400); Blue value is 73 (28.91% from 255 or 18.25% from 400); Max value from RGB is 205 - color contains mainly: green. Hex color #7ACD49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ACD49 is #8532B6. Grayscale: #A5A5A5. Windows color (decimal): -8729271 or 4836730. OLE color: 4836730.

HSL color Cylindrical-coordinate representation of color #7ACD49: hue angle of 97.73º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7ACD49 is Cyan = 0.40, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.

Color convert

RGB 122 205 73 -
CMYK 0.40 0 0.64 0.20
HSL 97.73º 0.57% 0.55% -
HSV(B) 97.73º 0.64% 0.8% -
XYZ 31.06 48.28 13.99 -
YUV 165.14 76 97.23 -
System Red Green Blue C M Y K H S L
Decimal 122 205 73 0.40 0 0.64 0.20 97.73 0.57 0.55
Hex 7A CD 49 28 0 40 14 62 39 37
Octal 172 315 111 50 0 100 24 142 71 67
Binary 1111010 11001101 1001001 101000 0 1000000 10100 1100010 111001 110111

Color Harmonies of #7ACD49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ACD49

Black with #7ACD49

Text Example


Text Example

White with #7ACD49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,205,73); }

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

background-color css

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

 a { background-color: rgb(122,205,73); }

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

border-color css

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

 span { border-color: rgb(122,205,73); }

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