Html Css Color HEX #7AD14B Mantis

📋 copy color: '#7AD14B'

red 122 ◦ green 209 ◦ blue 75

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

Shades of Mantis #7AD14B

Tints of Mantis #7AD14B

RGB

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

 GREEN value IS 209 (82.03% from 255) = 51.48%

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

R = 30.05%
G = 51.48%
B = 18.47%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#7AD14B (or 0x7AD14B) is known color: Mantis. HEX triplet: 7A, D1 and 4B. RGB value is (122,209,75). Sum of RGB (Red+Green+Blue) = 122+209+75=406 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.05% from 406); Green value is 209 (82.03% from 255 or 51.48% from 406); Blue value is 75 (29.69% from 255 or 18.47% from 406); Max value from RGB is 209 - color contains mainly: green. Hex color #7AD14B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AD14B is #852EB4. Grayscale: #A8A8A8. Windows color (decimal): -8728245 or 4968826. OLE color: 4968826.

HSL color Cylindrical-coordinate representation of color #7AD14B: hue angle of 98.96º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7AD14B is Cyan = 0.42, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB 122 209 75 -
CMYK 0.42 0 0.64 0.18
HSL 98.96º 0.59% 0.56% -
HSV(B) 98.96º 0.64% 0.82% -
XYZ 32.1 50.25 14.66 -
YUV 167.71 75.68 95.4 -
System Red Green Blue C M Y K H S L
Decimal 122 209 75 0.42 0 0.64 0.18 98.96 0.59 0.56
Hex 7A D1 4B 2A 0 40 12 63 3B 38
Octal 172 321 113 52 0 100 22 143 73 70
Binary 1111010 11010001 1001011 101010 0 1000000 10010 1100011 111011 111000

Color Harmonies of #7AD14B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AD14B

Black with #7AD14B

Text Example


Text Example

White with #7AD14B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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