Html Css Color HEX #02E356 Malachite

📋 copy color: '#02E356'

red 2 ◦ green 227 ◦ blue 86

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

Shades of Malachite #02E356

Tints of Malachite #02E356

RGB

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

 GREEN value IS 227 (89.06% from 255) = 72.06%

 BLUE value IS 86 (33.98% from 255) = 27.3%

R = 0.63%
G = 72.06%
B = 27.3%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.62

 K value IS 0.11

RGB Variations

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

Color information

#02E356 (or 0x02E356) is known color: Malachite. HEX triplet: 02, E3 and 56. RGB value is (2,227,86). Sum of RGB (Red+Green+Blue) = 2+227+86=315 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 315); Green value is 227 (89.06% from 255 or 72.06% from 315); Blue value is 86 (33.98% from 255 or 27.30% from 315); Max value from RGB is 227 - color contains mainly: green. Hex color #02E356 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02E356 is #FD1CA9. Grayscale: #8F8F8F. Windows color (decimal): -16587946 or 5694210. OLE color: 5694210.

HSL color Cylindrical-coordinate representation of color #02E356: hue angle of 142.4º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02E356 is Cyan = 0.99, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.11.

Color convert

RGB 2 227 86 -
CMYK 0.99 0 0.62 0.11
HSL 142.4º 0.98% 0.45% -
HSV(B) 142.4º 0.99% 0.89% -
XYZ 29.17 55.62 18 -
YUV 143.65 95.46 26.96 -
System Red Green Blue C M Y K H S L
Decimal 2 227 86 0.99 0 0.62 0.11 142.4 0.98 0.45
Hex 2 E3 56 63 0 3E B 8E 62 2D
Octal 2 343 126 143 0 76 13 216 142 55
Binary 10 11100011 1010110 1100011 0 111110 1011 10001110 1100010 101101

Color Harmonies of #02E356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02E356

Black with #02E356

Text Example


Text Example

White with #02E356

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,227,86); }

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

background-color css

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

 a { background-color: rgb(2,227,86); }

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

border-color css

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

 span { border-color: rgb(2,227,86); }

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