Html Css Color HEX #02D667 Malachite

📋 copy color: '#02D667'

red 2 ◦ green 214 ◦ blue 103

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

Shades of Malachite #02D667

Tints of Malachite #02D667

RGB

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

 GREEN value IS 214 (83.98% from 255) = 67.08%

 BLUE value IS 103 (40.63% from 255) = 32.29%

R = 0.63%
G = 67.08%
B = 32.29%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#02D667 (or 0x02D667) is known color: Malachite. HEX triplet: 02, D6 and 67. RGB value is (2,214,103). Sum of RGB (Red+Green+Blue) = 2+214+103=319 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 319); Green value is 214 (83.98% from 255 or 67.08% from 319); Blue value is 103 (40.62% from 255 or 32.29% from 319); Max value from RGB is 214 - color contains mainly: green. Hex color #02D667 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02D667 is #FD2998. Grayscale: #8A8A8A. Windows color (decimal): -16591257 or 6804994. OLE color: 6804994.

HSL color Cylindrical-coordinate representation of color #02D667: hue angle of 148.58º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02D667 is Cyan = 0.99, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.

Color convert

RGB 2 214 103 -
CMYK 0.99 0 0.52 0.16
HSL 148.58º 0.98% 0.42% -
HSV(B) 148.58º 0.99% 0.84% -
XYZ 26.52 49.09 20.91 -
YUV 137.96 108.26 31.03 -
System Red Green Blue C M Y K H S L
Decimal 2 214 103 0.99 0 0.52 0.16 148.58 0.98 0.42
Hex 2 D6 67 63 0 34 10 95 62 2A
Octal 2 326 147 143 0 64 20 225 142 52
Binary 10 11010110 1100111 1100011 0 110100 10000 10010101 1100010 101010

Color Harmonies of #02D667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02D667

Black with #02D667

Text Example


Text Example

White with #02D667

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,214,103); }

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

background-color css

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

 a { background-color: rgb(2,214,103); }

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

border-color css

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

 span { border-color: rgb(2,214,103); }

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