Html Css Color HEX #02DE4D Malachite

📋 copy color: '#02DE4D'

red 2 ◦ green 222 ◦ blue 77

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

Shades of Malachite #02DE4D

Tints of Malachite #02DE4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 25.58%

R = 0.66%
G = 73.75%
B = 25.58%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#02DE4D (or 0x02DE4D) is known color: Malachite. HEX triplet: 02, DE and 4D. RGB value is (2,222,77). Sum of RGB (Red+Green+Blue) = 2+222+77=301 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 301); Green value is 222 (87.11% from 255 or 73.75% from 301); Blue value is 77 (30.47% from 255 or 25.58% from 301); Max value from RGB is 222 - color contains mainly: green. Hex color #02DE4D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02DE4D is #FD21B2. Grayscale: #8C8C8C. Windows color (decimal): -16589235 or 5103106. OLE color: 5103106.

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

Color convert

RGB 2 222 77 -
CMYK 0.99 0 0.65 0.13
HSL 140.45º 0.98% 0.44% -
HSV(B) 140.45º 0.99% 0.87% -
XYZ 27.49 52.79 15.76 -
YUV 139.69 92.61 29.79 -
System Red Green Blue C M Y K H S L
Decimal 2 222 77 0.99 0 0.65 0.13 140.45 0.98 0.44
Hex 2 DE 4D 63 0 41 D 8C 62 2C
Octal 2 336 115 143 0 101 15 214 142 54
Binary 10 11011110 1001101 1100011 0 1000001 1101 10001100 1100010 101100

Color Harmonies of #02DE4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02DE4D

Black with #02DE4D

Text Example


Text Example

White with #02DE4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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