Html Css Color HEX #7AD65F Mantis

📋 copy color: '#7AD65F'

red 122 ◦ green 214 ◦ blue 95

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

Shades of Mantis #7AD65F

Tints of Mantis #7AD65F

RGB

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

 GREEN value IS 214 (83.98% from 255) = 49.65%

 BLUE value IS 95 (37.5% from 255) = 22.04%

R = 28.31%
G = 49.65%
B = 22.04%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#7AD65F (or 0x7AD65F) is known color: Mantis. HEX triplet: 7A, D6 and 5F. RGB value is (122,214,95). Sum of RGB (Red+Green+Blue) = 122+214+95=431 (57% of max value = 765). Red value is 122 (48.05% from 255 or 28.31% from 431); Green value is 214 (83.98% from 255 or 49.65% from 431); Blue value is 95 (37.5% from 255 or 22.04% from 431); Max value from RGB is 214 - color contains mainly: green. Hex color #7AD65F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AD65F is #8529A0. Grayscale: #ADADAD. Windows color (decimal): -8726945 or 6280826. OLE color: 6280826.

HSL color Cylindrical-coordinate representation of color #7AD65F: hue angle of 106.39º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7AD65F is Cyan = 0.43, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB 122 214 95 -
CMYK 0.43 0 0.56 0.16
HSL 106.39º 0.59% 0.61% -
HSV(B) 106.39º 0.56% 0.84% -
XYZ 34.14 53.06 19.27 -
YUV 172.93 84.02 91.68 -
System Red Green Blue C M Y K H S L
Decimal 122 214 95 0.43 0 0.56 0.16 106.39 0.59 0.61
Hex 7A D6 5F 2B 0 38 10 6A 3B 3D
Octal 172 326 137 53 0 70 20 152 73 75
Binary 1111010 11010110 1011111 101011 0 111000 10000 1101010 111011 111101

Color Harmonies of #7AD65F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AD65F

Black with #7AD65F

Text Example


Text Example

White with #7AD65F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,214,95); }

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

background-color css

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

 a { background-color: rgb(122,214,95); }

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

border-color css

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

 span { border-color: rgb(122,214,95); }

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