Html Css Color HEX #08DE40 Malachite

📋 copy color: '#08DE40'

red 8 ◦ green 222 ◦ blue 64

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

Shades of Malachite #08DE40

Tints of Malachite #08DE40

RGB

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

 GREEN value IS 222 (87.11% from 255) = 75.51%

 BLUE value IS 64 (25.39% from 255) = 21.77%

R = 2.72%
G = 75.51%
B = 21.77%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#08DE40 (or 0x08DE40) is known color: Malachite. HEX triplet: 08, DE and 40. RGB value is (8,222,64). Sum of RGB (Red+Green+Blue) = 8+222+64=294 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.72% from 294); Green value is 222 (87.11% from 255 or 75.51% from 294); Blue value is 64 (25.39% from 255 or 21.77% from 294); Max value from RGB is 222 - color contains mainly: green. Hex color #08DE40 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08DE40 is #F721BF. Grayscale: #8C8C8C. Windows color (decimal): -16196032 or 4251144. OLE color: 4251144.

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

Color convert

RGB 8 222 64 -
CMYK 0.96 0 0.71 0.13
HSL 135.7º 0.93% 0.45% -
HSV(B) 135.7º 0.96% 0.87% -
XYZ 27.15 52.66 13.58 -
YUV 140 85.1 33.85 -
System Red Green Blue C M Y K H S L
Decimal 8 222 64 0.96 0 0.71 0.13 135.7 0.93 0.45
Hex 8 DE 40 60 0 47 D 88 5D 2D
Octal 10 336 100 140 0 107 15 210 135 55
Binary 1000 11011110 1000000 1100000 0 1000111 1101 10001000 1011101 101101

Color Harmonies of #08DE40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08DE40

Black with #08DE40

Text Example


Text Example

White with #08DE40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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