Html Css Color HEX #02DD6F Malachite

📋 copy color: '#02DD6F'

red 2 ◦ green 221 ◦ blue 111

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

Shades of Malachite #02DD6F

Tints of Malachite #02DD6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 33.23%

R = 0.6%
G = 66.17%
B = 33.23%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#02DD6F (or 0x02DD6F) is known color: Malachite. HEX triplet: 02, DD and 6F. RGB value is (2,221,111). Sum of RGB (Red+Green+Blue) = 2+221+111=334 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 334); Green value is 221 (86.72% from 255 or 66.17% from 334); Blue value is 111 (43.75% from 255 or 33.23% from 334); Max value from RGB is 221 - color contains mainly: green. Hex color #02DD6F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02DD6F is #FD2290. Grayscale: #8F8F8F. Windows color (decimal): -16589457 or 7331074. OLE color: 7331074.

HSL color Cylindrical-coordinate representation of color #02DD6F: hue angle of 149.86º 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 #02DD6F is Cyan = 0.99, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 2 221 111 -
CMYK 0.99 0 0.50 0.13
HSL 149.86º 0.98% 0.44% -
HSV(B) 149.86º 0.99% 0.87% -
XYZ 28.75 52.87 23.73 -
YUV 142.98 109.95 27.44 -
System Red Green Blue C M Y K H S L
Decimal 2 221 111 0.99 0 0.50 0.13 149.86 0.98 0.44
Hex 2 DD 6F 63 0 32 D 96 62 2C
Octal 2 335 157 143 0 62 15 226 142 54
Binary 10 11011101 1101111 1100011 0 110010 1101 10010110 1100010 101100

Color Harmonies of #02DD6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02DD6F

Black with #02DD6F

Text Example


Text Example

White with #02DD6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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