Html Css Color HEX #7CBD4A Mantis

📋 copy color: '#7CBD4A'

red 124 ◦ green 189 ◦ blue 74

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

Shades of Mantis #7CBD4A

Tints of Mantis #7CBD4A

RGB

 RED value IS 124 (48.83% from 255) = 32.04%

 GREEN value IS 189 (74.22% from 255) = 48.84%

 BLUE value IS 74 (29.3% from 255) = 19.12%

R = 32.04%
G = 48.84%
B = 19.12%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#7CBD4A (or 0x7CBD4A) is known color: Mantis. HEX triplet: 7C, BD and 4A. RGB value is (124,189,74). Sum of RGB (Red+Green+Blue) = 124+189+74=387 (51% of max value = 765). Red value is 124 (48.83% from 255 or 32.04% from 387); Green value is 189 (74.22% from 255 or 48.84% from 387); Blue value is 74 (29.30% from 255 or 19.12% from 387); Max value from RGB is 189 - color contains mainly: green. Hex color #7CBD4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CBD4A is #8342B5. Grayscale: #9C9C9C. Windows color (decimal): -8602294 or 4898172. OLE color: 4898172.

HSL color Cylindrical-coordinate representation of color #7CBD4A: hue angle of 93.91º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7CBD4A is Cyan = 0.34, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB 124 189 74 -
CMYK 0.34 0 0.61 0.26
HSL 93.91º 0.47% 0.52% -
HSV(B) 93.91º 0.61% 0.74% -
XYZ 27.75 41.17 12.96 -
YUV 156.46 81.47 104.85 -
System Red Green Blue C M Y K H S L
Decimal 124 189 74 0.34 0 0.61 0.26 93.91 0.47 0.52
Hex 7C BD 4A 22 0 3D 1A 5E 2F 34
Octal 174 275 112 42 0 75 32 136 57 64
Binary 1111100 10111101 1001010 100010 0 111101 11010 1011110 101111 110100

Color Harmonies of #7CBD4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CBD4A

Black with #7CBD4A

Text Example


Text Example

White with #7CBD4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,189,74); }

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

background-color css

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

 a { background-color: rgb(124,189,74); }

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

border-color css

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

 span { border-color: rgb(124,189,74); }

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