Html Css Color HEX #7AD065 Mantis

📋 copy color: '#7AD065'

red 122 ◦ green 208 ◦ blue 101

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

Shades of Mantis #7AD065

Tints of Mantis #7AD065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 23.43%

R = 28.31%
G = 48.26%
B = 23.43%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.51

 K value IS 0.18

RGB Variations

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

Color information

#7AD065 (or 0x7AD065) is known color: Mantis. HEX triplet: 7A, D0 and 65. RGB value is (122,208,101). Sum of RGB (Red+Green+Blue) = 122+208+101=431 (57% of max value = 765). Red value is 122 (48.05% from 255 or 28.31% from 431); Green value is 208 (81.64% from 255 or 48.26% from 431); Blue value is 101 (39.84% from 255 or 23.43% from 431); Max value from RGB is 208 - color contains mainly: green. Hex color #7AD065 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AD065 is #852F9A. Grayscale: #AAAAAA. Windows color (decimal): -8728475 or 6672506. OLE color: 6672506.

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

Color convert

RGB 122 208 101 -
CMYK 0.41 0 0.51 0.18
HSL 108.22º 0.53% 0.61% -
HSV(B) 108.22º 0.51% 0.82% -
XYZ 32.93 50.19 20.26 -
YUV 170.09 89.01 93.7 -
System Red Green Blue C M Y K H S L
Decimal 122 208 101 0.41 0 0.51 0.18 108.22 0.53 0.61
Hex 7A D0 65 29 0 33 12 6C 35 3D
Octal 172 320 145 51 0 63 22 154 65 75
Binary 1111010 11010000 1100101 101001 0 110011 10010 1101100 110101 111101

Color Harmonies of #7AD065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AD065

Black with #7AD065

Text Example


Text Example

White with #7AD065

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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