#7BCF42

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

Shades of Mantis #7BCF42

Tints of Mantis #7BCF42

Color information

#7BCF42 (or 0x7BCF42) is unknown color: approx Mantis. HEX triplet: 7B, CF and 42. RGB value is (123,207,66). Sum of RGB (Red+Green+Blue) = 123+207+66=396 (52% of max value = 765). Red value is 123 (48.44% from 255 or 31.06% from 396); Green value is 207 (81.25% from 255 or 52.27% from 396); Blue value is 66 (26.17% from 255 or 16.67% from 396); Max value from RGB is 207 - color contains mainly: green. Hex color #7BCF42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BCF42 is #8430BD. Grayscale: #A6A6A6. Windows color (decimal): -8663230 or 4378491. OLE color: 4378491.

HSL color Cylindrical-coordinate representation of color #7BCF42: hue angle of 95.74º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7BCF42 is Cyan = 0.41, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.19.

Color convert

RGB12320766-
CMYK0.4100.680.19
HSL95.74º59.49%53.53%-
HSV(B)95.74º68.12%81.18%-
XYZ31.4649.2313-
YUV165.8171.6797.46-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 31.06%
GREEN value IS 207 (81.25% from 255) = 52.27%
BLUE value IS 66 (26.17% from 255) = 16.67%
R=31.06%
G=52.27%
B=16.67%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal123207660.4100.680.1995.7459.4953.53
Hex7BCF422904413603b36
Octal173317102510104231407366
Binary111101111001111100001010100101000100100111100000111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BCF42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,207,66); }

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

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

 a { background-color: rgb(123,207,66); }

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

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

 span { border-color: rgb(123,207,66); }

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