Html Css Color HEX #06DD5E Malachite

📋 copy color: '#06DD5E'

red 6 ◦ green 221 ◦ blue 94

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

Shades of Malachite #06DD5E

Tints of Malachite #06DD5E

RGB

 RED value IS 6 (2.73% from 255) = 1.87%

 GREEN value IS 221 (86.72% from 255) = 68.85%

 BLUE value IS 94 (37.11% from 255) = 29.28%

R = 1.87%
G = 68.85%
B = 29.28%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#06DD5E (or 0x06DD5E) is known color: Malachite. HEX triplet: 06, DD and 5E. RGB value is (6,221,94). Sum of RGB (Red+Green+Blue) = 6+221+94=321 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.87% from 321); Green value is 221 (86.72% from 255 or 68.85% from 321); Blue value is 94 (37.11% from 255 or 29.28% from 321); Max value from RGB is 221 - color contains mainly: green. Hex color #06DD5E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #06DD5E is #F922A1. Grayscale: #8E8E8E. Windows color (decimal): -16327330 or 6216966. OLE color: 6216966.

HSL color Cylindrical-coordinate representation of color #06DD5E: hue angle of 144.56º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06DD5E is Cyan = 0.97, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB 6 221 94 -
CMYK 0.97 0 0.57 0.13
HSL 144.56º 0.95% 0.45% -
HSV(B) 144.56º 0.97% 0.87% -
XYZ 27.95 52.56 19.26 -
YUV 142.24 100.77 30.83 -
System Red Green Blue C M Y K H S L
Decimal 6 221 94 0.97 0 0.57 0.13 144.56 0.95 0.45
Hex 6 DD 5E 61 0 39 D 91 5F 2D
Octal 6 335 136 141 0 71 15 221 137 55
Binary 110 11011101 1011110 1100001 0 111001 1101 10010001 1011111 101101

Color Harmonies of #06DD5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06DD5E

Black with #06DD5E

Text Example


Text Example

White with #06DD5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06DD5E; }

 p { color: rgb(6,221,94); }

 H1.HeaderClassName
 {
   color: #06DD5E;
 }
 .AnyTagClassName
 {
   color: #06DD5E;
 }
</style>

background-color css

<style>
 a { background-color: #06DD5E; }

 a { background-color: rgb(6,221,94); }

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

border-color css

<style>
 span { border-color: #06DD5E; }

 span { border-color: rgb(6,221,94); }

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