Html Css Color HEX #02D265 Malachite

📋 copy color: '#02D265'

red 2 ◦ green 210 ◦ blue 101

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

Shades of Malachite #02D265

Tints of Malachite #02D265

RGB

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

 GREEN value IS 210 (82.42% from 255) = 67.09%

 BLUE value IS 101 (39.84% from 255) = 32.27%

R = 0.64%
G = 67.09%
B = 32.27%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#02D265 (or 0x02D265) is known color: Malachite. HEX triplet: 02, D2 and 65. RGB value is (2,210,101). Sum of RGB (Red+Green+Blue) = 2+210+101=313 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.64% from 313); Green value is 210 (82.42% from 255 or 67.09% from 313); Blue value is 101 (39.84% from 255 or 32.27% from 313); Max value from RGB is 210 - color contains mainly: green. Hex color #02D265 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02D265 is #FD2D9A. Grayscale: #878787. Windows color (decimal): -16592283 or 6672898. OLE color: 6672898.

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

Color convert

RGB 2 210 101 -
CMYK 0.99 0 0.52 0.18
HSL 148.56º 0.98% 0.42% -
HSV(B) 148.56º 0.99% 0.82% -
XYZ 25.42 47.05 20.05 -
YUV 135.38 108.59 32.86 -
System Red Green Blue C M Y K H S L
Decimal 2 210 101 0.99 0 0.52 0.18 148.56 0.98 0.42
Hex 2 D2 65 63 0 34 12 95 62 2A
Octal 2 322 145 143 0 64 22 225 142 52
Binary 10 11010010 1100101 1100011 0 110100 10010 10010101 1100010 101010

Color Harmonies of #02D265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02D265

Black with #02D265

Text Example


Text Example

White with #02D265

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,210,101); }

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

background-color css

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

 a { background-color: rgb(2,210,101); }

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

border-color css

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

 span { border-color: rgb(2,210,101); }

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