Html Css Color HEX #08D875 Malachite

📋 copy color: '#08D875'

red 8 ◦ green 216 ◦ blue 117

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

Shades of Malachite #08D875

Tints of Malachite #08D875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 34.31%

R = 2.35%
G = 63.34%
B = 34.31%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#08D875 (or 0x08D875) is known color: Malachite. HEX triplet: 08, D8 and 75. RGB value is (8,216,117). Sum of RGB (Red+Green+Blue) = 8+216+117=341 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.35% from 341); Green value is 216 (84.77% from 255 or 63.34% from 341); Blue value is 117 (46.09% from 255 or 34.31% from 341); Max value from RGB is 216 - color contains mainly: green. Hex color #08D875 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08D875 is #F7278A. Grayscale: #8E8E8E. Windows color (decimal): -16197515 or 7723016. OLE color: 7723016.

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

Color convert

RGB 8 216 117 -
CMYK 0.96 0 0.46 0.15
HSL 151.44º 0.93% 0.44% -
HSV(B) 151.44º 0.96% 0.85% -
XYZ 27.87 50.45 25.1 -
YUV 142.52 113.59 32.05 -
System Red Green Blue C M Y K H S L
Decimal 8 216 117 0.96 0 0.46 0.15 151.44 0.93 0.44
Hex 8 D8 75 60 0 2E F 97 5D 2C
Octal 10 330 165 140 0 56 17 227 135 54
Binary 1000 11011000 1110101 1100000 0 101110 1111 10010111 1011101 101100

Color Harmonies of #08D875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08D875

Black with #08D875

Text Example


Text Example

White with #08D875

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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