Html Css Color HEX #02DA64 Malachite

📋 copy color: '#02DA64'

red 2 ◦ green 218 ◦ blue 100

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

Shades of Malachite #02DA64

Tints of Malachite #02DA64

RGB

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

 GREEN value IS 218 (85.55% from 255) = 68.13%

 BLUE value IS 100 (39.45% from 255) = 31.25%

R = 0.63%
G = 68.13%
B = 31.25%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#02DA64 (or 0x02DA64) is known color: Malachite. HEX triplet: 02, DA and 64. RGB value is (2,218,100). Sum of RGB (Red+Green+Blue) = 2+218+100=320 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 320); Green value is 218 (85.55% from 255 or 68.12% from 320); Blue value is 100 (39.45% from 255 or 31.25% from 320); Max value from RGB is 218 - color contains mainly: green. Hex color #02DA64 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02DA64 is #FD259B. Grayscale: #8C8C8C. Windows color (decimal): -16590236 or 6609410. OLE color: 6609410.

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

Color convert

RGB 2 218 100 -
CMYK 0.99 0 0.54 0.15
HSL 147.22º 0.98% 0.43% -
HSV(B) 147.22º 0.99% 0.85% -
XYZ 27.4 51.08 20.47 -
YUV 139.96 105.44 29.59 -
System Red Green Blue C M Y K H S L
Decimal 2 218 100 0.99 0 0.54 0.15 147.22 0.98 0.43
Hex 2 DA 64 63 0 36 F 93 62 2B
Octal 2 332 144 143 0 66 17 223 142 53
Binary 10 11011010 1100100 1100011 0 110110 1111 10010011 1100010 101011

Color Harmonies of #02DA64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02DA64

Black with #02DA64

Text Example


Text Example

White with #02DA64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,218,100); }

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

background-color css

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

 a { background-color: rgb(2,218,100); }

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

border-color css

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

 span { border-color: rgb(2,218,100); }

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