Html Css Color HEX #02D451 Malachite

📋 copy color: '#02D451'

red 2 ◦ green 212 ◦ blue 81

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

Shades of Malachite #02D451

Tints of Malachite #02D451

RGB

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

 GREEN value IS 212 (83.2% from 255) = 71.86%

 BLUE value IS 81 (32.03% from 255) = 27.46%

R = 0.68%
G = 71.86%
B = 27.46%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.62

 K value IS 0.17

RGB Variations

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

Color information

#02D451 (or 0x02D451) is known color: Malachite. HEX triplet: 02, D4 and 51. RGB value is (2,212,81). Sum of RGB (Red+Green+Blue) = 2+212+81=295 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 295); Green value is 212 (83.20% from 255 or 71.86% from 295); Blue value is 81 (32.03% from 255 or 27.46% from 295); Max value from RGB is 212 - color contains mainly: green. Hex color #02D451 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02D451 is #FD2BAE. Grayscale: #868686. Windows color (decimal): -16591791 or 5362690. OLE color: 5362690.

HSL color Cylindrical-coordinate representation of color #02D451: hue angle of 142.57º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02D451 is Cyan = 0.99, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.17.

Color convert

RGB 2 212 81 -
CMYK 0.99 0 0.62 0.17
HSL 142.57º 0.98% 0.42% -
HSV(B) 142.57º 0.99% 0.83% -
XYZ 25.05 47.69 15.67 -
YUV 134.28 97.93 33.65 -
System Red Green Blue C M Y K H S L
Decimal 2 212 81 0.99 0 0.62 0.17 142.57 0.98 0.42
Hex 2 D4 51 63 0 3E 11 8F 62 2A
Octal 2 324 121 143 0 76 21 217 142 52
Binary 10 11010100 1010001 1100011 0 111110 10001 10001111 1100010 101010

Color Harmonies of #02D451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02D451

Black with #02D451

Text Example


Text Example

White with #02D451

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,212,81); }

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

background-color css

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

 a { background-color: rgb(2,212,81); }

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

border-color css

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

 span { border-color: rgb(2,212,81); }

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