#08DF52

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

Shades of Malachite #08DF52

Tints of Malachite #08DF52

Color information

#08DF52 (or 0x08DF52) is unknown color: approx Malachite. HEX triplet: 08, DF and 52. RGB value is (8,223,82). Sum of RGB (Red+Green+Blue) = 8+223+82=313 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.56% from 313); Green value is 223 (87.5% from 255 or 71.25% from 313); Blue value is 82 (32.42% from 255 or 26.20% from 313); Max value from RGB is 223 - color contains mainly: green. Hex color #08DF52 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08DF52 is #F720AD. Grayscale: #8E8E8E. Windows color (decimal): -16195758 or 5431048. OLE color: 5431048.

HSL color Cylindrical-coordinate representation of color #08DF52: hue angle of 140.65º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08DF52 is Cyan = 0.96, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.13.

Color convert

RGB822382-
CMYK0.9600.630.13
HSL140.65º93.07%45.29%-
HSV(B)140.65º96.41%87.45%-
XYZ28.0153.4416.82-
YUV142.6493.7731.96-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.56%
GREEN value IS 223 (87.5% from 255) = 71.25%
BLUE value IS 82 (32.42% from 255) = 26.20%
R=2.56%
G=71.25%
B=26.20%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal8223820.9600.630.13140.6593.0745.29
Hex8DF526003FD8d5d2d
Octal103371221400771521513555
Binary1000110111111010010110000001111111101100011011011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08DF52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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