Html Css Color HEX #02D874 Malachite

📋 copy color: '#02D874'

red 2 ◦ green 216 ◦ blue 116

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

Shades of Malachite #02D874

Tints of Malachite #02D874

RGB

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

 GREEN value IS 216 (84.77% from 255) = 64.67%

 BLUE value IS 116 (45.7% from 255) = 34.73%

R = 0.6%
G = 64.67%
B = 34.73%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#02D874 (or 0x02D874) is known color: Malachite. HEX triplet: 02, D8 and 74. RGB value is (2,216,116). Sum of RGB (Red+Green+Blue) = 2+216+116=334 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 334); Green value is 216 (84.77% from 255 or 64.67% from 334); Blue value is 116 (45.70% from 255 or 34.73% from 334); Max value from RGB is 216 - color contains mainly: green. Hex color #02D874 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02D874 is #FD278B. Grayscale: #8C8C8C. Windows color (decimal): -16590732 or 7657474. OLE color: 7657474.

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

Color convert

RGB 2 216 116 -
CMYK 0.99 0 0.46 0.15
HSL 151.96º 0.98% 0.43% -
HSV(B) 151.96º 0.99% 0.85% -
XYZ 27.73 50.39 24.79 -
YUV 140.61 114.1 29.13 -
System Red Green Blue C M Y K H S L
Decimal 2 216 116 0.99 0 0.46 0.15 151.96 0.98 0.43
Hex 2 D8 74 63 0 2E F 98 62 2B
Octal 2 330 164 143 0 56 17 230 142 53
Binary 10 11011000 1110100 1100011 0 101110 1111 10011000 1100010 101011

Color Harmonies of #02D874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02D874

Black with #02D874

Text Example


Text Example

White with #02D874

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,216,116); }

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

background-color css

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

 a { background-color: rgb(2,216,116); }

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

border-color css

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

 span { border-color: rgb(2,216,116); }

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