Html Css Color HEX #08D850 Malachite

📋 copy color: '#08D850'

red 8 ◦ green 216 ◦ blue 80

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

Shades of Malachite #08D850

Tints of Malachite #08D850

RGB

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

 GREEN value IS 216 (84.77% from 255) = 71.05%

 BLUE value IS 80 (31.64% from 255) = 26.32%

R = 2.63%
G = 71.05%
B = 26.32%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#08D850 (or 0x08D850) is known color: Malachite. HEX triplet: 08, D8 and 50. RGB value is (8,216,80). Sum of RGB (Red+Green+Blue) = 8+216+80=304 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.63% from 304); Green value is 216 (84.77% from 255 or 71.05% from 304); Blue value is 80 (31.64% from 255 or 26.32% from 304); Max value from RGB is 216 - color contains mainly: green. Hex color #08D850 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08D850 is #F727AF. Grayscale: #8A8A8A. Windows color (decimal): -16197552 or 5298184. OLE color: 5298184.

HSL color Cylindrical-coordinate representation of color #08D850: hue angle of 140.77º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08D850 is Cyan = 0.96, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.

Color convert

RGB 8 216 80 -
CMYK 0.96 0 0.63 0.15
HSL 140.77º 0.93% 0.44% -
HSV(B) 140.77º 0.96% 0.85% -
XYZ 26.1 49.74 15.81 -
YUV 138.3 95.09 35.06 -
System Red Green Blue C M Y K H S L
Decimal 8 216 80 0.96 0 0.63 0.15 140.77 0.93 0.44
Hex 8 D8 50 60 0 3F F 8D 5D 2C
Octal 10 330 120 140 0 77 17 215 135 54
Binary 1000 11011000 1010000 1100000 0 111111 1111 10001101 1011101 101100

Color Harmonies of #08D850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08D850

Black with #08D850

Text Example


Text Example

White with #08D850

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,216,80); }

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

background-color css

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

 a { background-color: rgb(8,216,80); }

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

border-color css

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

 span { border-color: rgb(8,216,80); }

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