Html Css Color HEX #02DD6B Malachite

📋 copy color: '#02DD6B'

red 2 ◦ green 221 ◦ blue 107

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

Shades of Malachite #02DD6B

Tints of Malachite #02DD6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 32.42%

R = 0.61%
G = 66.97%
B = 32.42%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#02DD6B (or 0x02DD6B) is known color: Malachite. HEX triplet: 02, DD and 6B. RGB value is (2,221,107). Sum of RGB (Red+Green+Blue) = 2+221+107=330 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 330); Green value is 221 (86.72% from 255 or 66.97% from 330); Blue value is 107 (42.19% from 255 or 32.42% from 330); Max value from RGB is 221 - color contains mainly: green. Hex color #02DD6B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02DD6B is #FD2294. Grayscale: #8E8E8E. Windows color (decimal): -16589461 or 7068930. OLE color: 7068930.

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

Color convert

RGB 2 221 107 -
CMYK 0.99 0 0.52 0.13
HSL 148.77º 0.98% 0.44% -
HSV(B) 148.77º 0.99% 0.87% -
XYZ 28.54 52.79 22.59 -
YUV 142.52 107.95 27.77 -
System Red Green Blue C M Y K H S L
Decimal 2 221 107 0.99 0 0.52 0.13 148.77 0.98 0.44
Hex 2 DD 6B 63 0 34 D 95 62 2C
Octal 2 335 153 143 0 64 15 225 142 54
Binary 10 11011101 1101011 1100011 0 110100 1101 10010101 1100010 101100

Color Harmonies of #02DD6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02DD6B

Black with #02DD6B

Text Example


Text Example

White with #02DD6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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