Html Css Color HEX #7FBC45 Mantis

📋 copy color: '#7FBC45'

red 127 ◦ green 188 ◦ blue 69

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

Shades of Mantis #7FBC45

Tints of Mantis #7FBC45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 17.97%

R = 33.07%
G = 48.96%
B = 17.97%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#7FBC45 (or 0x7FBC45) is known color: Mantis. HEX triplet: 7F, BC and 45. RGB value is (127,188,69). Sum of RGB (Red+Green+Blue) = 127+188+69=384 (50% of max value = 765). Red value is 127 (50% from 255 or 33.07% from 384); Green value is 188 (73.83% from 255 or 48.96% from 384); Blue value is 69 (27.34% from 255 or 17.97% from 384); Max value from RGB is 188 - color contains mainly: green. Hex color #7FBC45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FBC45 is #8043BA. Grayscale: #9C9C9C. Windows color (decimal): -8405947 or 4570239. OLE color: 4570239.

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

Color convert

RGB 127 188 69 -
CMYK 0.32 0 0.63 0.26
HSL 90.76º 0.47% 0.5% -
HSV(B) 90.76º 0.63% 0.74% -
XYZ 27.81 40.91 12.06 -
YUV 156.2 78.79 107.18 -
System Red Green Blue C M Y K H S L
Decimal 127 188 69 0.32 0 0.63 0.26 90.76 0.47 0.5
Hex 7F BC 45 20 0 3F 1A 5B 2F 32
Octal 177 274 105 40 0 77 32 133 57 62
Binary 1111111 10111100 1000101 100000 0 111111 11010 1011011 101111 110010

Color Harmonies of #7FBC45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FBC45

Black with #7FBC45

Text Example


Text Example

White with #7FBC45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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