Html Css Color HEX #7ACD3B Mantis

📋 copy color: '#7ACD3B'

red 122 ◦ green 205 ◦ blue 59

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

Shades of Mantis #7ACD3B

Tints of Mantis #7ACD3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 15.28%

R = 31.61%
G = 53.11%
B = 15.28%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.71

 K value IS 0.20

RGB Variations

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

Color information

#7ACD3B (or 0x7ACD3B) is known color: Mantis. HEX triplet: 7A, CD and 3B. RGB value is (122,205,59). Sum of RGB (Red+Green+Blue) = 122+205+59=386 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.61% from 386); Green value is 205 (80.47% from 255 or 53.11% from 386); Blue value is 59 (23.44% from 255 or 15.28% from 386); Max value from RGB is 205 - color contains mainly: green. Hex color #7ACD3B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ACD3B is #8532C4. Grayscale: #A4A4A4. Windows color (decimal): -8729285 or 3919226. OLE color: 3919226.

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

Color convert

RGB 122 205 59 -
CMYK 0.40 0 0.71 0.20
HSL 94.11º 0.59% 0.52% -
HSV(B) 94.11º 0.71% 0.8% -
XYZ 30.65 48.12 11.81 -
YUV 163.54 69 98.37 -
System Red Green Blue C M Y K H S L
Decimal 122 205 59 0.40 0 0.71 0.20 94.11 0.59 0.52
Hex 7A CD 3B 28 0 47 14 5E 3B 34
Octal 172 315 73 50 0 107 24 136 73 64
Binary 1111010 11001101 111011 101000 0 1000111 10100 1011110 111011 110100

Color Harmonies of #7ACD3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ACD3B

Black with #7ACD3B

Text Example


Text Example

White with #7ACD3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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