Html Css Color HEX #02DE5E Malachite

📋 copy color: '#02DE5E'

red 2 ◦ green 222 ◦ blue 94

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

Shades of Malachite #02DE5E

Tints of Malachite #02DE5E

RGB

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

 GREEN value IS 222 (87.11% from 255) = 69.81%

 BLUE value IS 94 (37.11% from 255) = 29.56%

R = 0.63%
G = 69.81%
B = 29.56%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#02DE5E (or 0x02DE5E) is known color: Malachite. HEX triplet: 02, DE and 5E. RGB value is (2,222,94). Sum of RGB (Red+Green+Blue) = 2+222+94=318 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 318); Green value is 222 (87.11% from 255 or 69.81% from 318); Blue value is 94 (37.11% from 255 or 29.56% from 318); Max value from RGB is 222 - color contains mainly: green. Hex color #02DE5E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02DE5E is #FD21A1. Grayscale: #8D8D8D. Windows color (decimal): -16589218 or 6217218. OLE color: 6217218.

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

Color convert

RGB 2 222 94 -
CMYK 0.99 0 0.58 0.13
HSL 145.09º 0.98% 0.44% -
HSV(B) 145.09º 0.99% 0.87% -
XYZ 28.17 53.06 19.35 -
YUV 141.63 101.11 28.41 -
System Red Green Blue C M Y K H S L
Decimal 2 222 94 0.99 0 0.58 0.13 145.09 0.98 0.44
Hex 2 DE 5E 63 0 3A D 91 62 2C
Octal 2 336 136 143 0 72 15 221 142 54
Binary 10 11011110 1011110 1100011 0 111010 1101 10010001 1100010 101100

Color Harmonies of #02DE5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02DE5E

Black with #02DE5E

Text Example


Text Example

White with #02DE5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,222,94); }

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

background-color css

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

 a { background-color: rgb(2,222,94); }

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

border-color css

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

 span { border-color: rgb(2,222,94); }

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