Html Css Color HEX #02E861 Malachite

📋 copy color: '#02E861'

red 2 ◦ green 232 ◦ blue 97

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

Shades of Malachite #02E861

Tints of Malachite #02E861

RGB

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

 GREEN value IS 232 (91.02% from 255) = 70.09%

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

R = 0.6%
G = 70.09%
B = 29.31%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.58

 K value IS 0.09

RGB Variations

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

Color information

#02E861 (or 0x02E861) is known color: Malachite. HEX triplet: 02, E8 and 61. RGB value is (2,232,97). Sum of RGB (Red+Green+Blue) = 2+232+97=331 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 331); Green value is 232 (91.02% from 255 or 70.09% from 331); Blue value is 97 (38.28% from 255 or 29.31% from 331); Max value from RGB is 232 - color contains mainly: green. Hex color #02E861 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #02E861 is #FD179E. Grayscale: #949494. Windows color (decimal): -16586655 or 6416386. OLE color: 6416386.

HSL color Cylindrical-coordinate representation of color #02E861: hue angle of 144.78º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02E861 is Cyan = 0.99, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.09.

Color convert

RGB 2 232 97 -
CMYK 0.99 0 0.58 0.09
HSL 144.78º 0.98% 0.46% -
HSV(B) 144.78º 0.99% 0.91% -
XYZ 31.04 58.59 20.98 -
YUV 147.84 99.3 23.98 -
System Red Green Blue C M Y K H S L
Decimal 2 232 97 0.99 0 0.58 0.09 144.78 0.98 0.46
Hex 2 E8 61 63 0 3A 9 91 62 2E
Octal 2 350 141 143 0 72 11 221 142 56
Binary 10 11101000 1100001 1100011 0 111010 1001 10010001 1100010 101110

Color Harmonies of #02E861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02E861

Black with #02E861

Text Example


Text Example

White with #02E861

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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