#08F55B

Color #08F55B Malachite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malachite #08F55B

Tints of Malachite #08F55B

Color information

#08F55B (or 0x08F55B) is unknown color: approx Malachite. HEX triplet: 08, F5 and 5B. RGB value is (8,245,91). Sum of RGB (Red+Green+Blue) = 8+245+91=344 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.33% from 344); Green value is 245 (96.09% from 255 or 71.22% from 344); Blue value is 91 (35.94% from 255 or 26.45% from 344); Max value from RGB is 245 - color contains mainly: green. Hex color #08F55B is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #08F55B is #F70AA4. Grayscale: #9C9C9C. Windows color (decimal): -16190117 or 6026504. OLE color: 6026504.

HSL color Cylindrical-coordinate representation of color #08F55B: hue angle of 141.01º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08F55B is Cyan = 0.97, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.04.

Color convert

RGB824591-
CMYK0.9700.630.04
HSL141.01º93.68%49.61%-
HSV(B)141.01º96.73%96.08%-
XYZ34.6466.1120.83-
YUV156.5890.9822.02-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.33%
GREEN value IS 245 (96.09% from 255) = 71.22%
BLUE value IS 91 (35.94% from 255) = 26.45%
R=2.33%
G=71.22%
B=26.45%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal8245910.9700.630.04141.0193.6849.61
Hex8F55B6103F48d5e32
Octal10365133141077421513662
Binary100011110101101101111000010111111100100011011011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08F55B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08F55B; }

 p { color: rgb(8,245,91); }

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

<style>
 a { background-color: #08F55B; }

 a { background-color: rgb(8,245,91); }

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

<style>
 span { border-color: #08F55B; }

 span { border-color: rgb(8,245,91); }

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