Html Css Color HEX #08D955 Malachite

📋 copy color: '#08D955'

red 8 ◦ green 217 ◦ blue 85

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

Shades of Malachite #08D955

Tints of Malachite #08D955

RGB

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

 GREEN value IS 217 (85.16% from 255) = 70%

 BLUE value IS 85 (33.59% from 255) = 27.42%

R = 2.58%
G = 70%
B = 27.42%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#08D955 (or 0x08D955) is known color: Malachite. HEX triplet: 08, D9 and 55. RGB value is (8,217,85). Sum of RGB (Red+Green+Blue) = 8+217+85=310 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.58% from 310); Green value is 217 (85.16% from 255 or 70% from 310); Blue value is 85 (33.59% from 255 or 27.42% from 310); Max value from RGB is 217 - color contains mainly: green. Hex color #08D955 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08D955 is #F726AA. Grayscale: #8B8B8B. Windows color (decimal): -16197291 or 5626120. OLE color: 5626120.

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

Color convert

RGB 8 217 85 -
CMYK 0.96 0 0.61 0.15
HSL 142.11º 0.93% 0.44% -
HSV(B) 142.11º 0.96% 0.85% -
XYZ 26.55 50.33 16.91 -
YUV 139.46 97.26 34.23 -
System Red Green Blue C M Y K H S L
Decimal 8 217 85 0.96 0 0.61 0.15 142.11 0.93 0.44
Hex 8 D9 55 60 0 3D F 8E 5D 2C
Octal 10 331 125 140 0 75 17 216 135 54
Binary 1000 11011001 1010101 1100000 0 111101 1111 10001110 1011101 101100

Color Harmonies of #08D955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08D955

Black with #08D955

Text Example


Text Example

White with #08D955

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,217,85); }

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

background-color css

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

 a { background-color: rgb(8,217,85); }

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

border-color css

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

 span { border-color: rgb(8,217,85); }

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