Html Css Color HEX #02D958 Malachite

📋 copy color: '#02D958'

red 2 ◦ green 217 ◦ blue 88

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

Shades of Malachite #02D958

Tints of Malachite #02D958

RGB

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

 GREEN value IS 217 (85.16% from 255) = 70.68%

 BLUE value IS 88 (34.77% from 255) = 28.66%

R = 0.65%
G = 70.68%
B = 28.66%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#02D958 (or 0x02D958) is known color: Malachite. HEX triplet: 02, D9 and 58. RGB value is (2,217,88). Sum of RGB (Red+Green+Blue) = 2+217+88=307 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 307); Green value is 217 (85.16% from 255 or 70.68% from 307); Blue value is 88 (34.77% from 255 or 28.66% from 307); Max value from RGB is 217 - color contains mainly: green. Hex color #02D958 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02D958 is #FD26A7. Grayscale: #8A8A8A. Windows color (decimal): -16590504 or 5822722. OLE color: 5822722.

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

Color convert

RGB 2 217 88 -
CMYK 0.99 0 0.59 0.15
HSL 144º 0.98% 0.43% -
HSV(B) 144º 0.99% 0.85% -
XYZ 26.6 50.34 17.55 -
YUV 138.01 99.77 30.99 -
System Red Green Blue C M Y K H S L
Decimal 2 217 88 0.99 0 0.59 0.15 144 0.98 0.43
Hex 2 D9 58 63 0 3B F 90 62 2B
Octal 2 331 130 143 0 73 17 220 142 53
Binary 10 11011001 1011000 1100011 0 111011 1111 10010000 1100010 101011

Color Harmonies of #02D958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02D958

Black with #02D958

Text Example


Text Example

White with #02D958

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,217,88); }

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

background-color css

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

 a { background-color: rgb(2,217,88); }

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

border-color css

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

 span { border-color: rgb(2,217,88); }

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