Html Css Color HEX #02D85C Malachite

📋 copy color: '#02D85C'

red 2 ◦ green 216 ◦ blue 92

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

Shades of Malachite #02D85C

Tints of Malachite #02D85C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 29.68%

R = 0.65%
G = 69.68%
B = 29.68%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#02D85C (or 0x02D85C) is known color: Malachite. HEX triplet: 02, D8 and 5C. RGB value is (2,216,92). Sum of RGB (Red+Green+Blue) = 2+216+92=310 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 310); Green value is 216 (84.77% from 255 or 69.68% from 310); Blue value is 92 (36.33% from 255 or 29.68% from 310); Max value from RGB is 216 - color contains mainly: green. Hex color #02D85C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02D85C is #FD27A3. Grayscale: #8A8A8A. Windows color (decimal): -16590756 or 6084610. OLE color: 6084610.

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

Color convert

RGB 2 216 92 -
CMYK 0.99 0 0.57 0.15
HSL 145.23º 0.98% 0.43% -
HSV(B) 145.23º 0.99% 0.85% -
XYZ 26.51 49.9 18.36 -
YUV 137.88 102.1 31.08 -
System Red Green Blue C M Y K H S L
Decimal 2 216 92 0.99 0 0.57 0.15 145.23 0.98 0.43
Hex 2 D8 5C 63 0 39 F 91 62 2B
Octal 2 330 134 143 0 71 17 221 142 53
Binary 10 11011000 1011100 1100011 0 111001 1111 10010001 1100010 101011

Color Harmonies of #02D85C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02D85C

Black with #02D85C

Text Example


Text Example

White with #02D85C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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