Html Css Color HEX #7CBF64 Mantis

📋 copy color: '#7CBF64'

red 124 ◦ green 191 ◦ blue 100

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

Shades of Mantis #7CBF64

Tints of Mantis #7CBF64

RGB

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

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

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

R = 29.88%
G = 46.02%
B = 24.1%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#7CBF64 (or 0x7CBF64) is known color: Mantis. HEX triplet: 7C, BF and 64. RGB value is (124,191,100). Sum of RGB (Red+Green+Blue) = 124+191+100=415 (54% of max value = 765). Red value is 124 (48.83% from 255 or 29.88% from 415); Green value is 191 (75% from 255 or 46.02% from 415); Blue value is 100 (39.45% from 255 or 24.10% from 415); Max value from RGB is 191 - color contains mainly: green. Hex color #7CBF64 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CBF64 is #83409B. Grayscale: #A0A0A0. Windows color (decimal): -8601756 or 6602620. OLE color: 6602620.

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

Color convert

RGB 124 191 100 -
CMYK 0.35 0 0.48 0.25
HSL 104.18º 0.42% 0.57% -
HSV(B) 104.18º 0.48% 0.75% -
XYZ 29.24 42.47 18.71 -
YUV 160.59 93.8 101.9 -
System Red Green Blue C M Y K H S L
Decimal 124 191 100 0.35 0 0.48 0.25 104.18 0.42 0.57
Hex 7C BF 64 23 0 30 19 68 2A 39
Octal 174 277 144 43 0 60 31 150 52 71
Binary 1111100 10111111 1100100 100011 0 110000 11001 1101000 101010 111001

Color Harmonies of #7CBF64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CBF64

Black with #7CBF64

Text Example


Text Example

White with #7CBF64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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