Html Css Color HEX #7CBF49 Mantis

📋 copy color: '#7CBF49'

red 124 ◦ green 191 ◦ blue 73

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

Shades of Mantis #7CBF49

Tints of Mantis #7CBF49

RGB

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

 GREEN value IS 191 (75% from 255) = 49.23%

 BLUE value IS 73 (28.91% from 255) = 18.81%

R = 31.96%
G = 49.23%
B = 18.81%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#7CBF49 (or 0x7CBF49) is known color: Mantis. HEX triplet: 7C, BF and 49. RGB value is (124,191,73). Sum of RGB (Red+Green+Blue) = 124+191+73=388 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.96% from 388); Green value is 191 (75% from 255 or 49.23% from 388); Blue value is 73 (28.91% from 255 or 18.81% from 388); Max value from RGB is 191 - color contains mainly: green. Hex color #7CBF49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CBF49 is #8340B6. Grayscale: #9D9D9D. Windows color (decimal): -8601783 or 4833148. OLE color: 4833148.

HSL color Cylindrical-coordinate representation of color #7CBF49: hue angle of 94.07º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7CBF49 is Cyan = 0.35, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB 124 191 73 -
CMYK 0.35 0 0.62 0.25
HSL 94.07º 0.48% 0.52% -
HSV(B) 94.07º 0.62% 0.75% -
XYZ 28.15 42.03 12.93 -
YUV 157.52 80.3 104.09 -
System Red Green Blue C M Y K H S L
Decimal 124 191 73 0.35 0 0.62 0.25 94.07 0.48 0.52
Hex 7C BF 49 23 0 3E 19 5E 30 34
Octal 174 277 111 43 0 76 31 136 60 64
Binary 1111100 10111111 1001001 100011 0 111110 11001 1011110 110000 110100

Color Harmonies of #7CBF49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CBF49

Black with #7CBF49

Text Example


Text Example

White with #7CBF49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,191,73); }

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

background-color css

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

 a { background-color: rgb(124,191,73); }

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

border-color css

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

 span { border-color: rgb(124,191,73); }

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