Html Css Color HEX #08D065 Malachite

📋 copy color: '#08D065'

red 8 ◦ green 208 ◦ blue 101

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

Shades of Malachite #08D065

Tints of Malachite #08D065

RGB

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

 GREEN value IS 208 (81.64% from 255) = 65.62%

 BLUE value IS 101 (39.84% from 255) = 31.86%

R = 2.52%
G = 65.62%
B = 31.86%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.51

 K value IS 0.18

RGB Variations

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

Color information

#08D065 (or 0x08D065) is known color: Malachite. HEX triplet: 08, D0 and 65. RGB value is (8,208,101). Sum of RGB (Red+Green+Blue) = 8+208+101=317 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.52% from 317); Green value is 208 (81.64% from 255 or 65.62% from 317); Blue value is 101 (39.84% from 255 or 31.86% from 317); Max value from RGB is 208 - color contains mainly: green. Hex color #08D065 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08D065 is #F72F9A. Grayscale: #888888. Windows color (decimal): -16199579 or 6672392. OLE color: 6672392.

HSL color Cylindrical-coordinate representation of color #08D065: hue angle of 147.9º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08D065 is Cyan = 0.96, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.

Color convert

RGB 8 208 101 -
CMYK 0.96 0 0.51 0.18
HSL 147.9º 0.93% 0.42% -
HSV(B) 147.9º 0.96% 0.82% -
XYZ 25 46.1 19.89 -
YUV 136 108.24 36.7 -
System Red Green Blue C M Y K H S L
Decimal 8 208 101 0.96 0 0.51 0.18 147.9 0.93 0.42
Hex 8 D0 65 60 0 33 12 94 5D 2A
Octal 10 320 145 140 0 63 22 224 135 52
Binary 1000 11010000 1100101 1100000 0 110011 10010 10010100 1011101 101010

Color Harmonies of #08D065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08D065

Black with #08D065

Text Example


Text Example

White with #08D065

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,208,101); }

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

background-color css

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

 a { background-color: rgb(8,208,101); }

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

border-color css

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

 span { border-color: rgb(8,208,101); }

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