Html Css Color HEX #02DA62 Malachite

📋 copy color: '#02DA62'

red 2 ◦ green 218 ◦ blue 98

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

Shades of Malachite #02DA62

Tints of Malachite #02DA62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 30.82%

R = 0.63%
G = 68.55%
B = 30.82%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#02DA62 (or 0x02DA62) is known color: Malachite. HEX triplet: 02, DA and 62. RGB value is (2,218,98). Sum of RGB (Red+Green+Blue) = 2+218+98=318 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 318); Green value is 218 (85.55% from 255 or 68.55% from 318); Blue value is 98 (38.67% from 255 or 30.82% from 318); Max value from RGB is 218 - color contains mainly: green. Hex color #02DA62 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02DA62 is #FD259D. Grayscale: #8C8C8C. Windows color (decimal): -16590238 or 6478338. OLE color: 6478338.

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

Color convert

RGB 2 218 98 -
CMYK 0.99 0 0.55 0.15
HSL 146.67º 0.98% 0.43% -
HSV(B) 146.67º 0.99% 0.85% -
XYZ 27.3 51.04 19.97 -
YUV 139.74 104.44 29.76 -
System Red Green Blue C M Y K H S L
Decimal 2 218 98 0.99 0 0.55 0.15 146.67 0.98 0.43
Hex 2 DA 62 63 0 37 F 93 62 2B
Octal 2 332 142 143 0 67 17 223 142 53
Binary 10 11011010 1100010 1100011 0 110111 1111 10010011 1100010 101011

Color Harmonies of #02DA62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02DA62

Black with #02DA62

Text Example


Text Example

White with #02DA62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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