Html Css Color HEX #08DB42 Malachite

📋 copy color: '#08DB42'

red 8 ◦ green 219 ◦ blue 66

#08DB42
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malachite #08DB42

Tints of Malachite #08DB42

RGB

 RED value IS 8 (3.52% from 255) = 2.73%

 GREEN value IS 219 (85.94% from 255) = 74.74%

 BLUE value IS 66 (26.17% from 255) = 22.53%

R = 2.73%
G = 74.74%
B = 22.53%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#08DB42 (or 0x08DB42) is known color: Malachite. HEX triplet: 08, DB and 42. RGB value is (8,219,66). Sum of RGB (Red+Green+Blue) = 8+219+66=293 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.73% from 293); Green value is 219 (85.94% from 255 or 74.74% from 293); Blue value is 66 (26.17% from 255 or 22.53% from 293); Max value from RGB is 219 - color contains mainly: green. Hex color #08DB42 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08DB42 is #F724BD. Grayscale: #8A8A8A. Windows color (decimal): -16196798 or 4381448. OLE color: 4381448.

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

Color convert

RGB 8 219 66 -
CMYK 0.96 0 0.70 0.14
HSL 136.49º 0.93% 0.45% -
HSV(B) 136.49º 0.96% 0.86% -
XYZ 26.42 51.11 13.63 -
YUV 138.47 87.1 34.94 -
System Red Green Blue C M Y K H S L
Decimal 8 219 66 0.96 0 0.70 0.14 136.49 0.93 0.45
Hex 8 DB 42 60 0 46 E 88 5D 2D
Octal 10 333 102 140 0 106 16 210 135 55
Binary 1000 11011011 1000010 1100000 0 1000110 1110 10001000 1011101 101101

Color Harmonies of #08DB42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08DB42

Black with #08DB42

Text Example


Text Example

White with #08DB42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #08DB42;
 }
 .AnyTagClassName
 {
   color: #08DB42;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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