Html Css Color HEX #02D844 Malachite

📋 copy color: '#02D844'

red 2 ◦ green 216 ◦ blue 68

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

Shades of Malachite #02D844

Tints of Malachite #02D844

RGB

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

 GREEN value IS 216 (84.77% from 255) = 75.52%

 BLUE value IS 68 (26.95% from 255) = 23.78%

R = 0.7%
G = 75.52%
B = 23.78%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.69

 K value IS 0.15

RGB Variations

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

Color information

#02D844 (or 0x02D844) is known color: Malachite. HEX triplet: 02, D8 and 44. RGB value is (2,216,68). Sum of RGB (Red+Green+Blue) = 2+216+68=286 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 286); Green value is 216 (84.77% from 255 or 75.52% from 286); Blue value is 68 (26.95% from 255 or 23.78% from 286); Max value from RGB is 216 - color contains mainly: green. Hex color #02D844 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02D844 is #FD27BB. Grayscale: #878787. Windows color (decimal): -16590780 or 4511746. OLE color: 4511746.

HSL color Cylindrical-coordinate representation of color #02D844: hue angle of 138.5º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02D844 is Cyan = 0.99, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.15.

Color convert

RGB 2 216 68 -
CMYK 0.99 0 0.69 0.15
HSL 138.5º 0.98% 0.43% -
HSV(B) 138.5º 0.99% 0.85% -
XYZ 25.62 49.54 13.68 -
YUV 135.14 90.1 33.03 -
System Red Green Blue C M Y K H S L
Decimal 2 216 68 0.99 0 0.69 0.15 138.5 0.98 0.43
Hex 2 D8 44 63 0 45 F 8B 62 2B
Octal 2 330 104 143 0 105 17 213 142 53
Binary 10 11011000 1000100 1100011 0 1000101 1111 10001011 1100010 101011

Color Harmonies of #02D844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02D844

Black with #02D844

Text Example


Text Example

White with #02D844

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,216,68); }

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

background-color css

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

 a { background-color: rgb(2,216,68); }

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

border-color css

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

 span { border-color: rgb(2,216,68); }

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