Html Css Color HEX #02D066 Malachite

📋 copy color: '#02D066'

red 2 ◦ green 208 ◦ blue 102

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

Shades of Malachite #02D066

Tints of Malachite #02D066

RGB

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

 GREEN value IS 208 (81.64% from 255) = 66.67%

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

R = 0.64%
G = 66.67%
B = 32.69%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.51

 K value IS 0.18

RGB Variations

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

Color information

#02D066 (or 0x02D066) is known color: Malachite. HEX triplet: 02, D0 and 66. RGB value is (2,208,102). Sum of RGB (Red+Green+Blue) = 2+208+102=312 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.64% from 312); Green value is 208 (81.64% from 255 or 66.67% from 312); Blue value is 102 (40.23% from 255 or 32.69% from 312); Max value from RGB is 208 - color contains mainly: green. Hex color #02D066 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02D066 is #FD2F99. Grayscale: #868686. Windows color (decimal): -16592794 or 6737922. OLE color: 6737922.

HSL color Cylindrical-coordinate representation of color #02D066: hue angle of 149.13º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02D066 is Cyan = 0.99, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.

Color convert

RGB 2 208 102 -
CMYK 0.99 0 0.51 0.18
HSL 149.13º 0.98% 0.41% -
HSV(B) 149.13º 0.99% 0.82% -
XYZ 24.98 46.08 20.15 -
YUV 134.32 109.75 33.62 -
System Red Green Blue C M Y K H S L
Decimal 2 208 102 0.99 0 0.51 0.18 149.13 0.98 0.41
Hex 2 D0 66 63 0 33 12 95 62 29
Octal 2 320 146 143 0 63 22 225 142 51
Binary 10 11010000 1100110 1100011 0 110011 10010 10010101 1100010 101001

Color Harmonies of #02D066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02D066

Black with #02D066

Text Example


Text Example

White with #02D066

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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