Html Css Color HEX #02D85F Malachite

📋 copy color: '#02D85F'

red 2 ◦ green 216 ◦ blue 95

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

Shades of Malachite #02D85F

Tints of Malachite #02D85F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 30.35%

R = 0.64%
G = 69.01%
B = 30.35%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#02D85F (or 0x02D85F) is known color: Malachite. HEX triplet: 02, D8 and 5F. RGB value is (2,216,95). Sum of RGB (Red+Green+Blue) = 2+216+95=313 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.64% from 313); Green value is 216 (84.77% from 255 or 69.01% from 313); Blue value is 95 (37.5% from 255 or 30.35% from 313); Max value from RGB is 216 - color contains mainly: green. Hex color #02D85F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02D85F is #FD27A0. Grayscale: #8A8A8A. Windows color (decimal): -16590753 or 6281218. OLE color: 6281218.

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

Color convert

RGB 2 216 95 -
CMYK 0.99 0 0.56 0.15
HSL 146.07º 0.98% 0.43% -
HSV(B) 146.07º 0.99% 0.85% -
XYZ 26.65 49.95 19.06 -
YUV 138.22 103.6 30.84 -
System Red Green Blue C M Y K H S L
Decimal 2 216 95 0.99 0 0.56 0.15 146.07 0.98 0.43
Hex 2 D8 5F 63 0 38 F 92 62 2B
Octal 2 330 137 143 0 70 17 222 142 53
Binary 10 11011000 1011111 1100011 0 111000 1111 10010010 1100010 101011

Color Harmonies of #02D85F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02D85F

Black with #02D85F

Text Example


Text Example

White with #02D85F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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