Html Css Color HEX #02D461 Malachite

📋 copy color: '#02D461'

red 2 ◦ green 212 ◦ blue 97

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

Shades of Malachite #02D461

Tints of Malachite #02D461

RGB

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

 GREEN value IS 212 (83.2% from 255) = 68.17%

 BLUE value IS 97 (38.28% from 255) = 31.19%

R = 0.64%
G = 68.17%
B = 31.19%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.54

 K value IS 0.17

RGB Variations

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

Color information

#02D461 (or 0x02D461) is known color: Malachite. HEX triplet: 02, D4 and 61. RGB value is (2,212,97). Sum of RGB (Red+Green+Blue) = 2+212+97=311 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.64% from 311); Green value is 212 (83.20% from 255 or 68.17% from 311); Blue value is 97 (38.28% from 255 or 31.19% from 311); Max value from RGB is 212 - color contains mainly: green. Hex color #02D461 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02D461 is #FD2B9E. Grayscale: #888888. Windows color (decimal): -16591775 or 6411266. OLE color: 6411266.

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

Color convert

RGB 2 212 97 -
CMYK 0.99 0 0.54 0.17
HSL 147.14º 0.98% 0.42% -
HSV(B) 147.14º 0.99% 0.83% -
XYZ 25.73 47.96 19.21 -
YUV 136.1 105.93 32.35 -
System Red Green Blue C M Y K H S L
Decimal 2 212 97 0.99 0 0.54 0.17 147.14 0.98 0.42
Hex 2 D4 61 63 0 36 11 93 62 2A
Octal 2 324 141 143 0 66 21 223 142 52
Binary 10 11010100 1100001 1100011 0 110110 10001 10010011 1100010 101010

Color Harmonies of #02D461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02D461

Black with #02D461

Text Example


Text Example

White with #02D461

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,212,97); }

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

background-color css

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

 a { background-color: rgb(2,212,97); }

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

border-color css

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

 span { border-color: rgb(2,212,97); }

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