#08DE3D

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

Shades of Malachite #08DE3D

Tints of Malachite #08DE3D

Color information

#08DE3D (or 0x08DE3D) is unknown color: approx Malachite. HEX triplet: 08, DE and 3D. RGB value is (8,222,61). Sum of RGB (Red+Green+Blue) = 8+222+61=291 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.75% from 291); Green value is 222 (87.11% from 255 or 76.29% from 291); Blue value is 61 (24.22% from 255 or 20.96% from 291); Max value from RGB is 222 - color contains mainly: green. Hex color #08DE3D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08DE3D is #F721C2. Grayscale: #8C8C8C. Windows color (decimal): -16196035 or 4054536. OLE color: 4054536.

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

Color convert

RGB822261-
CMYK0.9600.730.13
HSL134.86º93.04%45.1%-
HSV(B)134.86º96.4%87.06%-
XYZ27.0652.6313.15-
YUV139.6683.634.09-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.75%
GREEN value IS 222 (87.11% from 255) = 76.29%
BLUE value IS 61 (24.22% from 255) = 20.96%
R=2.75%
G=76.29%
B=20.96%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal8222610.9600.730.13134.8693.0445.1
Hex8DE3D60049D875d2d
Octal103367514001111520713555
Binary1000110111101111011100000010010011101100001111011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08DE3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,222,61); }

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

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

 a { background-color: rgb(8,222,61); }

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

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

 span { border-color: rgb(8,222,61); }

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