Html Css Color HEX #02DD66 Malachite

📋 copy color: '#02DD66'

red 2 ◦ green 221 ◦ blue 102

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

Shades of Malachite #02DD66

Tints of Malachite #02DD66

RGB

 RED value IS 2 (1.17% from 255) = 0.62%

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

 BLUE value IS 102 (40.23% from 255) = 31.38%

R = 0.62%
G = 68%
B = 31.38%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#02DD66 (or 0x02DD66) is known color: Malachite. HEX triplet: 02, DD and 66. RGB value is (2,221,102). Sum of RGB (Red+Green+Blue) = 2+221+102=325 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 325); Green value is 221 (86.72% from 255 or 68% from 325); Blue value is 102 (40.23% from 255 or 31.38% from 325); Max value from RGB is 221 - color contains mainly: green. Hex color #02DD66 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02DD66 is #FD2299. Grayscale: #8E8E8E. Windows color (decimal): -16589466 or 6741250. OLE color: 6741250.

HSL color Cylindrical-coordinate representation of color #02DD66: hue angle of 147.4º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02DD66 is Cyan = 0.99, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.13.

Color convert

RGB 2 221 102 -
CMYK 0.99 0 0.54 0.13
HSL 147.4º 0.98% 0.44% -
HSV(B) 147.4º 0.99% 0.87% -
XYZ 28.28 52.69 21.25 -
YUV 141.95 105.45 28.18 -
System Red Green Blue C M Y K H S L
Decimal 2 221 102 0.99 0 0.54 0.13 147.4 0.98 0.44
Hex 2 DD 66 63 0 36 D 93 62 2C
Octal 2 335 146 143 0 66 15 223 142 54
Binary 10 11011101 1100110 1100011 0 110110 1101 10010011 1100010 101100

Color Harmonies of #02DD66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02DD66

Black with #02DD66

Text Example


Text Example

White with #02DD66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02DD66; }

 p { color: rgb(2,221,102); }

 H1.HeaderClassName
 {
   color: #02DD66;
 }
 .AnyTagClassName
 {
   color: #02DD66;
 }
</style>

background-color css

<style>
 a { background-color: #02DD66; }

 a { background-color: rgb(2,221,102); }

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

border-color css

<style>
 span { border-color: #02DD66; }

 span { border-color: rgb(2,221,102); }

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