Html Css Color HEX #7CBF46 Mantis

📋 copy color: '#7CBF46'

red 124 ◦ green 191 ◦ blue 70

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

Shades of Mantis #7CBF46

Tints of Mantis #7CBF46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 18.18%

R = 32.21%
G = 49.61%
B = 18.18%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#7CBF46 (or 0x7CBF46) is known color: Mantis. HEX triplet: 7C, BF and 46. RGB value is (124,191,70). Sum of RGB (Red+Green+Blue) = 124+191+70=385 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.21% from 385); Green value is 191 (75% from 255 or 49.61% from 385); Blue value is 70 (27.73% from 255 or 18.18% from 385); Max value from RGB is 191 - color contains mainly: green. Hex color #7CBF46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CBF46 is #8340B9. Grayscale: #9D9D9D. Windows color (decimal): -8601786 or 4636540. OLE color: 4636540.

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

Color convert

RGB 124 191 70 -
CMYK 0.35 0 0.63 0.25
HSL 93.22º 0.49% 0.51% -
HSV(B) 93.22º 0.63% 0.75% -
XYZ 28.05 41.99 12.42 -
YUV 157.17 78.8 104.34 -
System Red Green Blue C M Y K H S L
Decimal 124 191 70 0.35 0 0.63 0.25 93.22 0.49 0.51
Hex 7C BF 46 23 0 3F 19 5D 31 33
Octal 174 277 106 43 0 77 31 135 61 63
Binary 1111100 10111111 1000110 100011 0 111111 11001 1011101 110001 110011

Color Harmonies of #7CBF46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CBF46

Black with #7CBF46

Text Example


Text Example

White with #7CBF46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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