Html Css Color HEX #08DC3E Malachite

📋 copy color: '#08DC3E'

red 8 ◦ green 220 ◦ blue 62

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

Shades of Malachite #08DC3E

Tints of Malachite #08DC3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 21.38%

R = 2.76%
G = 75.86%
B = 21.38%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#08DC3E (or 0x08DC3E) is known color: Malachite. HEX triplet: 08, DC and 3E. RGB value is (8,220,62). Sum of RGB (Red+Green+Blue) = 8+220+62=290 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.76% from 290); Green value is 220 (86.33% from 255 or 75.86% from 290); Blue value is 62 (24.61% from 255 or 21.38% from 290); Max value from RGB is 220 - color contains mainly: green. Hex color #08DC3E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08DC3E is #F723C1. Grayscale: #8B8B8B. Windows color (decimal): -16196546 or 4119560. OLE color: 4119560.

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

Color convert

RGB 8 220 62 -
CMYK 0.96 0 0.72 0.14
HSL 135.28º 0.93% 0.45% -
HSV(B) 135.28º 0.96% 0.86% -
XYZ 26.56 51.59 13.11 -
YUV 138.6 84.76 34.85 -
System Red Green Blue C M Y K H S L
Decimal 8 220 62 0.96 0 0.72 0.14 135.28 0.93 0.45
Hex 8 DC 3E 60 0 48 E 87 5D 2D
Octal 10 334 76 140 0 110 16 207 135 55
Binary 1000 11011100 111110 1100000 0 1001000 1110 10000111 1011101 101101

Color Harmonies of #08DC3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08DC3E

Black with #08DC3E

Text Example


Text Example

White with #08DC3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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