Html Css Color HEX #08DC4D Malachite

📋 copy color: '#08DC4D'

red 8 ◦ green 220 ◦ blue 77

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

Shades of Malachite #08DC4D

Tints of Malachite #08DC4D

RGB

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

 GREEN value IS 220 (86.33% from 255) = 72.13%

 BLUE value IS 77 (30.47% from 255) = 25.25%

R = 2.62%
G = 72.13%
B = 25.25%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#08DC4D (or 0x08DC4D) is known color: Malachite. HEX triplet: 08, DC and 4D. RGB value is (8,220,77). Sum of RGB (Red+Green+Blue) = 8+220+77=305 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.62% from 305); Green value is 220 (86.33% from 255 or 72.13% from 305); Blue value is 77 (30.47% from 255 or 25.25% from 305); Max value from RGB is 220 - color contains mainly: green. Hex color #08DC4D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08DC4D is #F723B2. Grayscale: #8C8C8C. Windows color (decimal): -16196531 or 5102600. OLE color: 5102600.

HSL color Cylindrical-coordinate representation of color #08DC4D: hue angle of 139.53º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08DC4D is Cyan = 0.96, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.

Color convert

RGB 8 220 77 -
CMYK 0.96 0 0.65 0.14
HSL 139.53º 0.93% 0.45% -
HSV(B) 139.53º 0.96% 0.86% -
XYZ 27.03 51.77 15.59 -
YUV 140.31 92.26 33.63 -
System Red Green Blue C M Y K H S L
Decimal 8 220 77 0.96 0 0.65 0.14 139.53 0.93 0.45
Hex 8 DC 4D 60 0 41 E 8C 5D 2D
Octal 10 334 115 140 0 101 16 214 135 55
Binary 1000 11011100 1001101 1100000 0 1000001 1110 10001100 1011101 101101

Color Harmonies of #08DC4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08DC4D

Black with #08DC4D

Text Example


Text Example

White with #08DC4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,220,77); }

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

background-color css

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

 a { background-color: rgb(8,220,77); }

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

border-color css

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

 span { border-color: rgb(8,220,77); }

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