Html Css Color HEX #02D04D Malachite

📋 copy color: '#02D04D'

red 2 ◦ green 208 ◦ blue 77

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

Shades of Malachite #02D04D

Tints of Malachite #02D04D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 26.83%

R = 0.7%
G = 72.47%
B = 26.83%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#02D04D (or 0x02D04D) is known color: Malachite. HEX triplet: 02, D0 and 4D. RGB value is (2,208,77). Sum of RGB (Red+Green+Blue) = 2+208+77=287 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 287); Green value is 208 (81.64% from 255 or 72.47% from 287); Blue value is 77 (30.47% from 255 or 26.83% from 287); Max value from RGB is 208 - color contains mainly: green. Hex color #02D04D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02D04D is #FD2FB2. Grayscale: #838383. Windows color (decimal): -16592819 or 5099522. OLE color: 5099522.

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

Color convert

RGB 2 208 77 -
CMYK 0.99 0 0.63 0.18
HSL 141.84º 0.98% 0.41% -
HSV(B) 141.84º 0.99% 0.82% -
XYZ 23.92 45.66 14.57 -
YUV 131.47 97.25 35.65 -
System Red Green Blue C M Y K H S L
Decimal 2 208 77 0.99 0 0.63 0.18 141.84 0.98 0.41
Hex 2 D0 4D 63 0 3F 12 8E 62 29
Octal 2 320 115 143 0 77 22 216 142 51
Binary 10 11010000 1001101 1100011 0 111111 10010 10001110 1100010 101001

Color Harmonies of #02D04D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02D04D

Black with #02D04D

Text Example


Text Example

White with #02D04D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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