Html Css Color HEX #02DF63 Malachite

📋 copy color: '#02DF63'

red 2 ◦ green 223 ◦ blue 99

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

Shades of Malachite #02DF63

Tints of Malachite #02DF63

RGB

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

 GREEN value IS 223 (87.5% from 255) = 68.83%

 BLUE value IS 99 (39.06% from 255) = 30.56%

R = 0.62%
G = 68.83%
B = 30.56%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#02DF63 (or 0x02DF63) is known color: Malachite. HEX triplet: 02, DF and 63. RGB value is (2,223,99). Sum of RGB (Red+Green+Blue) = 2+223+99=324 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 324); Green value is 223 (87.5% from 255 or 68.83% from 324); Blue value is 99 (39.06% from 255 or 30.56% from 324); Max value from RGB is 223 - color contains mainly: green. Hex color #02DF63 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02DF63 is #FD209C. Grayscale: #8F8F8F. Windows color (decimal): -16588957 or 6545154. OLE color: 6545154.

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

Color convert

RGB 2 223 99 -
CMYK 0.99 0 0.56 0.13
HSL 146.33º 0.98% 0.44% -
HSV(B) 146.33º 0.99% 0.87% -
XYZ 28.66 53.69 20.66 -
YUV 142.79 103.28 27.58 -
System Red Green Blue C M Y K H S L
Decimal 2 223 99 0.99 0 0.56 0.13 146.33 0.98 0.44
Hex 2 DF 63 63 0 38 D 92 62 2C
Octal 2 337 143 143 0 70 15 222 142 54
Binary 10 11011111 1100011 1100011 0 111000 1101 10010010 1100010 101100

Color Harmonies of #02DF63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02DF63

Black with #02DF63

Text Example


Text Example

White with #02DF63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,223,99); }

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

background-color css

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

 a { background-color: rgb(2,223,99); }

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

border-color css

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

 span { border-color: rgb(2,223,99); }

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