Html Css Color HEX #08DC3F Malachite

📋 copy color: '#08DC3F'

red 8 ◦ green 220 ◦ blue 63

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

Shades of Malachite #08DC3F

Tints of Malachite #08DC3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 21.65%

R = 2.75%
G = 75.6%
B = 21.65%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#08DC3F (or 0x08DC3F) is known color: Malachite. HEX triplet: 08, DC and 3F. RGB value is (8,220,63). Sum of RGB (Red+Green+Blue) = 8+220+63=291 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.75% from 291); Green value is 220 (86.33% from 255 or 75.60% from 291); Blue value is 63 (25% from 255 or 21.65% from 291); Max value from RGB is 220 - color contains mainly: green. Hex color #08DC3F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08DC3F is #F723C0. Grayscale: #8B8B8B. Windows color (decimal): -16196545 or 4185096. OLE color: 4185096.

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

Color convert

RGB 8 220 63 -
CMYK 0.96 0 0.71 0.14
HSL 135.57º 0.93% 0.45% -
HSV(B) 135.57º 0.96% 0.86% -
XYZ 26.59 51.6 13.26 -
YUV 138.71 85.26 34.77 -
System Red Green Blue C M Y K H S L
Decimal 8 220 63 0.96 0 0.71 0.14 135.57 0.93 0.45
Hex 8 DC 3F 60 0 47 E 88 5D 2D
Octal 10 334 77 140 0 107 16 210 135 55
Binary 1000 11011100 111111 1100000 0 1000111 1110 10001000 1011101 101101

Color Harmonies of #08DC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08DC3F

Black with #08DC3F

Text Example


Text Example

White with #08DC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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