Html Css Color HEX #02D051 Malachite

📋 copy color: '#02D051'

red 2 ◦ green 208 ◦ blue 81

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

Shades of Malachite #02D051

Tints of Malachite #02D051

RGB

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

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

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

R = 0.69%
G = 71.48%
B = 27.84%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#02D051 (or 0x02D051) is known color: Malachite. HEX triplet: 02, D0 and 51. RGB value is (2,208,81). Sum of RGB (Red+Green+Blue) = 2+208+81=291 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 291); Green value is 208 (81.64% from 255 or 71.48% from 291); Blue value is 81 (32.03% from 255 or 27.84% from 291); Max value from RGB is 208 - color contains mainly: green. Hex color #02D051 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02D051 is #FD2FAE. Grayscale: #848484. Windows color (decimal): -16592815 or 5361666. OLE color: 5361666.

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

Color convert

RGB 2 208 81 -
CMYK 0.99 0 0.61 0.18
HSL 143.01º 0.98% 0.41% -
HSV(B) 143.01º 0.99% 0.82% -
XYZ 24.07 45.72 15.34 -
YUV 131.93 99.25 35.33 -
System Red Green Blue C M Y K H S L
Decimal 2 208 81 0.99 0 0.61 0.18 143.01 0.98 0.41
Hex 2 D0 51 63 0 3D 12 8F 62 29
Octal 2 320 121 143 0 75 22 217 142 51
Binary 10 11010000 1010001 1100011 0 111101 10010 10001111 1100010 101001

Color Harmonies of #02D051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02D051

Black with #02D051

Text Example


Text Example

White with #02D051

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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