Html Css Color HEX #02D570 Malachite

📋 copy color: '#02D570'

red 2 ◦ green 213 ◦ blue 112

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

Shades of Malachite #02D570

Tints of Malachite #02D570

RGB

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

 GREEN value IS 213 (83.59% from 255) = 65.14%

 BLUE value IS 112 (44.14% from 255) = 34.25%

R = 0.61%
G = 65.14%
B = 34.25%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#02D570 (or 0x02D570) is known color: Malachite. HEX triplet: 02, D5 and 70. RGB value is (2,213,112). Sum of RGB (Red+Green+Blue) = 2+213+112=327 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 327); Green value is 213 (83.59% from 255 or 65.14% from 327); Blue value is 112 (44.14% from 255 or 34.25% from 327); Max value from RGB is 213 - color contains mainly: green. Hex color #02D570 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02D570 is #FD2A8F. Grayscale: #8A8A8A. Windows color (decimal): -16591504 or 7394562. OLE color: 7394562.

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

Color convert

RGB 2 213 112 -
CMYK 0.99 0 0.47 0.16
HSL 151.28º 0.98% 0.42% -
HSV(B) 151.28º 0.99% 0.84% -
XYZ 26.74 48.77 23.33 -
YUV 138.4 113.1 30.71 -
System Red Green Blue C M Y K H S L
Decimal 2 213 112 0.99 0 0.47 0.16 151.28 0.98 0.42
Hex 2 D5 70 63 0 2F 10 97 62 2A
Octal 2 325 160 143 0 57 20 227 142 52
Binary 10 11010101 1110000 1100011 0 101111 10000 10010111 1100010 101010

Color Harmonies of #02D570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02D570

Black with #02D570

Text Example


Text Example

White with #02D570

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,213,112); }

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

background-color css

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

 a { background-color: rgb(2,213,112); }

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

border-color css

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

 span { border-color: rgb(2,213,112); }

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