#08df3f

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

Shades of Malachite #08DF3F

Tints of Malachite #08DF3F

Color information

#08DF3F (or 0x08DF3F) is unknown color: approx Malachite. HEX triplet: 08, DF and 3F. RGB value is (8,223,63). Sum of RGB (Red+Green+Blue) = 8+223+63=294 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.72% from 294); Green value is 223 (87.5% from 255 or 75.85% from 294); Blue value is 63 (25% from 255 or 21.43% from 294); Max value from RGB is 223 - color contains mainly: green. Hex color #08DF3F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08DF3F is #F720C0. Grayscale: #8C8C8C. Windows color (decimal): -16195777 or 4185864. OLE color: 4185864.

HSL color Cylindrical-coordinate representation of color #08DF3F: hue angle of 135.35º 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 #08DF3F is Cyan = 0.96, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.13.

Color convert

RGB822363-
CMYK0.9600.720.13
HSL135.35º93.07%45.29%-
HSV(B)135.35º96.41%87.45%-
XYZ27.3953.1913.53-
YUV140.4784.2733.51-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.72%
GREEN value IS 223 (87.5% from 255) = 75.85%
BLUE value IS 63 (25% from 255) = 21.43%
R=2.72%
G=75.85%
B=21.43%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal8223630.9600.720.13135.3593.0745.29
Hex8DF3F60048D875d2d
Octal103377714001101520713555
Binary1000110111111111111100000010010001101100001111011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08df3f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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