Html Css Color HEX #06DD65 Malachite

📋 copy color: '#06DD65'

red 6 ◦ green 221 ◦ blue 101

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

Shades of Malachite #06DD65

Tints of Malachite #06DD65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 30.79%

R = 1.83%
G = 67.38%
B = 30.79%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#06DD65 (or 0x06DD65) is known color: Malachite. HEX triplet: 06, DD and 65. RGB value is (6,221,101). Sum of RGB (Red+Green+Blue) = 6+221+101=328 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.83% from 328); Green value is 221 (86.72% from 255 or 67.38% from 328); Blue value is 101 (39.84% from 255 or 30.79% from 328); Max value from RGB is 221 - color contains mainly: green. Hex color #06DD65 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #06DD65 is #F9229A. Grayscale: #8F8F8F. Windows color (decimal): -16327323 or 6675718. OLE color: 6675718.

HSL color Cylindrical-coordinate representation of color #06DD65: hue angle of 146.51º 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 #06DD65 is Cyan = 0.97, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.13.

Color convert

RGB 6 221 101 -
CMYK 0.97 0 0.54 0.13
HSL 146.51º 0.95% 0.45% -
HSV(B) 146.51º 0.97% 0.87% -
XYZ 28.28 52.69 20.99 -
YUV 143.04 104.27 30.26 -
System Red Green Blue C M Y K H S L
Decimal 6 221 101 0.97 0 0.54 0.13 146.51 0.95 0.45
Hex 6 DD 65 61 0 36 D 93 5F 2D
Octal 6 335 145 141 0 66 15 223 137 55
Binary 110 11011101 1100101 1100001 0 110110 1101 10010011 1011111 101101

Color Harmonies of #06DD65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06DD65

Black with #06DD65

Text Example


Text Example

White with #06DD65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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