Html Css Color HEX #7FBC48 Mantis

📋 copy color: '#7FBC48'

red 127 ◦ green 188 ◦ blue 72

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

Shades of Mantis #7FBC48

Tints of Mantis #7FBC48

RGB

 RED value IS 127 (50% from 255) = 32.82%

 GREEN value IS 188 (73.83% from 255) = 48.58%

 BLUE value IS 72 (28.52% from 255) = 18.6%

R = 32.82%
G = 48.58%
B = 18.6%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#7FBC48 (or 0x7FBC48) is known color: Mantis. HEX triplet: 7F, BC and 48. RGB value is (127,188,72). Sum of RGB (Red+Green+Blue) = 127+188+72=387 (51% of max value = 765). Red value is 127 (50% from 255 or 32.82% from 387); Green value is 188 (73.83% from 255 or 48.58% from 387); Blue value is 72 (28.52% from 255 or 18.60% from 387); Max value from RGB is 188 - color contains mainly: green. Hex color #7FBC48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FBC48 is #8043B7. Grayscale: #9C9C9C. Windows color (decimal): -8405944 or 4766847. OLE color: 4766847.

HSL color Cylindrical-coordinate representation of color #7FBC48: hue angle of 91.55º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7FBC48 is Cyan = 0.32, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.26.

Color convert

RGB 127 188 72 -
CMYK 0.32 0 0.62 0.26
HSL 91.55º 0.46% 0.51% -
HSV(B) 91.55º 0.62% 0.74% -
XYZ 27.91 40.95 12.56 -
YUV 156.54 80.29 106.93 -
System Red Green Blue C M Y K H S L
Decimal 127 188 72 0.32 0 0.62 0.26 91.55 0.46 0.51
Hex 7F BC 48 20 0 3E 1A 5C 2E 33
Octal 177 274 110 40 0 76 32 134 56 63
Binary 1111111 10111100 1001000 100000 0 111110 11010 1011100 101110 110011

Color Harmonies of #7FBC48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FBC48

Black with #7FBC48

Text Example


Text Example

White with #7FBC48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,188,72); }

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

background-color css

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

 a { background-color: rgb(127,188,72); }

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

border-color css

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

 span { border-color: rgb(127,188,72); }

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