Html Css Color HEX #7ADC5B Mantis

📋 copy color: '#7ADC5B'

red 122 ◦ green 220 ◦ blue 91

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

Shades of Mantis #7ADC5B

Tints of Mantis #7ADC5B

RGB

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

 GREEN value IS 220 (86.33% from 255) = 50.81%

 BLUE value IS 91 (35.94% from 255) = 21.02%

R = 28.18%
G = 50.81%
B = 21.02%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#7ADC5B (or 0x7ADC5B) is known color: Mantis. HEX triplet: 7A, DC and 5B. RGB value is (122,220,91). Sum of RGB (Red+Green+Blue) = 122+220+91=433 (57% of max value = 765). Red value is 122 (48.05% from 255 or 28.18% from 433); Green value is 220 (86.33% from 255 or 50.81% from 433); Blue value is 91 (35.94% from 255 or 21.02% from 433); Max value from RGB is 220 - color contains mainly: green. Hex color #7ADC5B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ADC5B is #8523A4. Grayscale: #B0B0B0. Windows color (decimal): -8725413 or 6020218. OLE color: 6020218.

HSL color Cylindrical-coordinate representation of color #7ADC5B: hue angle of 105.58º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7ADC5B is Cyan = 0.45, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.14.

Color convert

RGB 122 220 91 -
CMYK 0.45 0 0.59 0.14
HSL 105.58º 0.65% 0.61% -
HSV(B) 105.58º 0.59% 0.86% -
XYZ 35.51 56.08 18.85 -
YUV 175.99 80.03 89.49 -
System Red Green Blue C M Y K H S L
Decimal 122 220 91 0.45 0 0.59 0.14 105.58 0.65 0.61
Hex 7A DC 5B 2D 0 3B E 6A 41 3D
Octal 172 334 133 55 0 73 16 152 101 75
Binary 1111010 11011100 1011011 101101 0 111011 1110 1101010 1000001 111101

Color Harmonies of #7ADC5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ADC5B

Black with #7ADC5B

Text Example


Text Example

White with #7ADC5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,220,91); }

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

background-color css

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

 a { background-color: rgb(122,220,91); }

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

border-color css

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

 span { border-color: rgb(122,220,91); }

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