Html Css Color HEX #7CBD64 Mantis

📋 copy color: '#7CBD64'

red 124 ◦ green 189 ◦ blue 100

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

Shades of Mantis #7CBD64

Tints of Mantis #7CBD64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 24.21%

R = 30.02%
G = 45.76%
B = 24.21%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#7CBD64 (or 0x7CBD64) is known color: Mantis. HEX triplet: 7C, BD and 64. RGB value is (124,189,100). Sum of RGB (Red+Green+Blue) = 124+189+100=413 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.02% from 413); Green value is 189 (74.22% from 255 or 45.76% from 413); Blue value is 100 (39.45% from 255 or 24.21% from 413); Max value from RGB is 189 - color contains mainly: green. Hex color #7CBD64 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CBD64 is #83429B. Grayscale: #9F9F9F. Windows color (decimal): -8602268 or 6602108. OLE color: 6602108.

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

Color convert

RGB 124 189 100 -
CMYK 0.34 0 0.47 0.26
HSL 103.82º 0.4% 0.57% -
HSV(B) 103.82º 0.47% 0.74% -
XYZ 28.81 41.6 18.57 -
YUV 159.42 94.47 102.74 -
System Red Green Blue C M Y K H S L
Decimal 124 189 100 0.34 0 0.47 0.26 103.82 0.4 0.57
Hex 7C BD 64 22 0 2F 1A 68 28 39
Octal 174 275 144 42 0 57 32 150 50 71
Binary 1111100 10111101 1100100 100010 0 101111 11010 1101000 101000 111001

Color Harmonies of #7CBD64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CBD64

Black with #7CBD64

Text Example


Text Example

White with #7CBD64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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