Html Css Color HEX #02D973 Malachite

📋 copy color: '#02D973'

red 2 ◦ green 217 ◦ blue 115

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

Shades of Malachite #02D973

Tints of Malachite #02D973

RGB

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

 GREEN value IS 217 (85.16% from 255) = 64.97%

 BLUE value IS 115 (45.31% from 255) = 34.43%

R = 0.6%
G = 64.97%
B = 34.43%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#02D973 (or 0x02D973) is known color: Malachite. HEX triplet: 02, D9 and 73. RGB value is (2,217,115). Sum of RGB (Red+Green+Blue) = 2+217+115=334 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 334); Green value is 217 (85.16% from 255 or 64.97% from 334); Blue value is 115 (45.31% from 255 or 34.43% from 334); Max value from RGB is 217 - color contains mainly: green. Hex color #02D973 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02D973 is #FD268C. Grayscale: #8D8D8D. Windows color (decimal): -16590477 or 7592194. OLE color: 7592194.

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

Color convert

RGB 2 217 115 -
CMYK 0.99 0 0.47 0.15
HSL 151.53º 0.98% 0.43% -
HSV(B) 151.53º 0.99% 0.85% -
XYZ 27.93 50.88 24.57 -
YUV 141.09 113.27 28.79 -
System Red Green Blue C M Y K H S L
Decimal 2 217 115 0.99 0 0.47 0.15 151.53 0.98 0.43
Hex 2 D9 73 63 0 2F F 98 62 2B
Octal 2 331 163 143 0 57 17 230 142 53
Binary 10 11011001 1110011 1100011 0 101111 1111 10011000 1100010 101011

Color Harmonies of #02D973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02D973

Black with #02D973

Text Example


Text Example

White with #02D973

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,217,115); }

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

background-color css

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

 a { background-color: rgb(2,217,115); }

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

border-color css

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

 span { border-color: rgb(2,217,115); }

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