#08DB4B

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

Shades of Malachite #08DB4B

Tints of Malachite #08DB4B

Color information

#08DB4B (or 0x08DB4B) is unknown color: approx Malachite. HEX triplet: 08, DB and 4B. RGB value is (8,219,75). Sum of RGB (Red+Green+Blue) = 8+219+75=302 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.65% from 302); Green value is 219 (85.94% from 255 or 72.52% from 302); Blue value is 75 (29.69% from 255 or 24.83% from 302); Max value from RGB is 219 - color contains mainly: green. Hex color #08DB4B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08DB4B is #F724B4. Grayscale: #8B8B8B. Windows color (decimal): -16196789 or 4971272. OLE color: 4971272.

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

Color convert

RGB821975-
CMYK0.9600.660.14
HSL139.05º92.95%44.51%-
HSV(B)139.05º96.35%85.88%-
XYZ26.751.2215.14-
YUV139.591.634.21-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.65%
GREEN value IS 219 (85.94% from 255) = 72.52%
BLUE value IS 75 (29.69% from 255) = 24.83%
R=2.65%
G=72.52%
B=24.83%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal8219750.9600.660.14139.0592.9544.51
Hex8DB4B60042E8b5d2d
Octal1033311314001021621313555
Binary10001101101110010111100000010000101110100010111011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08DB4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,219,75); }

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

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

 a { background-color: rgb(8,219,75); }

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

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

 span { border-color: rgb(8,219,75); }

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