#8BDF52

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

Shades of Mantis #8BDF52

Tints of Mantis #8BDF52

Color information

#8BDF52 (or 0x8BDF52) is unknown color: approx Mantis. HEX triplet: 8B, DF and 52. RGB value is (139,223,82). Sum of RGB (Red+Green+Blue) = 139+223+82=444 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.31% from 444); Green value is 223 (87.5% from 255 or 50.23% from 444); Blue value is 82 (32.42% from 255 or 18.47% from 444); Max value from RGB is 223 - color contains mainly: green. Hex color #8BDF52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BDF52 is #7420AD. Grayscale: #B6B6B6. Windows color (decimal): -7610542 or 5431179. OLE color: 5431179.

HSL color Cylindrical-coordinate representation of color #8BDF52: hue angle of 95.74º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8BDF52 is Cyan = 0.38, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.13.

Color convert

RGB13922382-
CMYK0.3800.630.13
HSL95.74º68.78%59.8%-
HSV(B)95.74º63.23%87.45%-
XYZ38.5658.8717.31-
YUV181.8171.6797.46-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.31%
GREEN value IS 223 (87.5% from 255) = 50.23%
BLUE value IS 82 (32.42% from 255) = 18.47%
R=31.31%
G=50.23%
B=18.47%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal139223820.3800.630.1395.7468.7859.8
Hex8BDF522603FD60453c
Octal213337122460771514010574
Binary100010111101111110100101001100111111110111000001000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BDF52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8BDF52; }

 p { color: rgb(139,223,82); }

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

<style>
 a { background-color: #8BDF52; }

 a { background-color: rgb(139,223,82); }

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

<style>
 span { border-color: #8BDF52; }

 span { border-color: rgb(139,223,82); }

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