Html Css Color HEX #08D64F Malachite

📋 copy color: '#08D64F'

red 8 ◦ green 214 ◦ blue 79

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

Shades of Malachite #08D64F

Tints of Malachite #08D64F

RGB

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

 GREEN value IS 214 (83.98% from 255) = 71.1%

 BLUE value IS 79 (31.25% from 255) = 26.25%

R = 2.66%
G = 71.1%
B = 26.25%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#08D64F (or 0x08D64F) is known color: Malachite. HEX triplet: 08, D6 and 4F. RGB value is (8,214,79). Sum of RGB (Red+Green+Blue) = 8+214+79=301 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.66% from 301); Green value is 214 (83.98% from 255 or 71.10% from 301); Blue value is 79 (31.25% from 255 or 26.25% from 301); Max value from RGB is 214 - color contains mainly: green. Hex color #08D64F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08D64F is #F729B0. Grayscale: #898989. Windows color (decimal): -16198065 or 5232136. OLE color: 5232136.

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

Color convert

RGB 8 214 79 -
CMYK 0.96 0 0.63 0.16
HSL 140.68º 0.93% 0.44% -
HSV(B) 140.68º 0.96% 0.84% -
XYZ 25.56 48.71 15.45 -
YUV 137.02 95.25 35.98 -
System Red Green Blue C M Y K H S L
Decimal 8 214 79 0.96 0 0.63 0.16 140.68 0.93 0.44
Hex 8 D6 4F 60 0 3F 10 8D 5D 2C
Octal 10 326 117 140 0 77 20 215 135 54
Binary 1000 11010110 1001111 1100000 0 111111 10000 10001101 1011101 101100

Color Harmonies of #08D64F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08D64F

Black with #08D64F

Text Example


Text Example

White with #08D64F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,214,79); }

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

background-color css

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

 a { background-color: rgb(8,214,79); }

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

border-color css

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

 span { border-color: rgb(8,214,79); }

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