#7CBF42

Color #7CBF42 Mantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mantis #7CBF42

Tints of Mantis #7CBF42

Color information

#7CBF42 (or 0x7CBF42) is unknown color: approx Mantis. HEX triplet: 7C, BF and 42. RGB value is (124,191,66). Sum of RGB (Red+Green+Blue) = 124+191+66=381 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.55% from 381); Green value is 191 (75% from 255 or 50.13% from 381); Blue value is 66 (26.17% from 255 or 17.32% from 381); Max value from RGB is 191 - color contains mainly: green. Hex color #7CBF42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CBF42 is #8340BD. Grayscale: #9D9D9D. Windows color (decimal): -8601790 or 4374396. OLE color: 4374396.

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

Color convert

RGB12419166-
CMYK0.3500.650.25
HSL92.16º49.41%50.39%-
HSV(B)92.16º65.45%74.9%-
XYZ27.9341.9411.78-
YUV156.7276.8104.66-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 32.55%
GREEN value IS 191 (75% from 255) = 50.13%
BLUE value IS 66 (26.17% from 255) = 17.32%
R=32.55%
G=50.13%
B=17.32%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal124191660.3500.650.2592.1649.4150.39
Hex7CBF4223041195c3132
Octal174277102430101311346162
Binary111110010111111100001010001101000001110011011100110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CBF42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7CBF42;
 }
 .AnyTagClassName
 {
   color: #7CBF42;
 }
</style>
background-color css

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

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

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

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

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

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