#08DE4C

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

Shades of Malachite #08DE4C

Tints of Malachite #08DE4C

Color information

#08DE4C (or 0x08DE4C) is unknown color: approx Malachite. HEX triplet: 08, DE and 4C. RGB value is (8,222,76). Sum of RGB (Red+Green+Blue) = 8+222+76=306 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.61% from 306); Green value is 222 (87.11% from 255 or 72.55% from 306); Blue value is 76 (30.08% from 255 or 24.84% from 306); Max value from RGB is 222 - color contains mainly: green. Hex color #08DE4C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08DE4C is #F721B3. Grayscale: #8D8D8D. Windows color (decimal): -16196020 or 5037576. OLE color: 5037576.

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

Color convert

RGB822276-
CMYK0.9600.660.13
HSL139.07º93.04%45.1%-
HSV(B)139.07º96.4%87.06%-
XYZ27.5352.8215.58-
YUV141.3791.132.87-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.61%
GREEN value IS 222 (87.11% from 255) = 72.55%
BLUE value IS 76 (30.08% from 255) = 24.84%
R=2.61%
G=72.55%
B=24.84%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal8222760.9600.660.13139.0793.0445.1
Hex8DE4C60042D8b5d2d
Octal1033611414001021521313555
Binary10001101111010011001100000010000101101100010111011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08DE4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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