Html Css Color HEX #02F558 Malachite

📋 copy color: '#02F558'

red 2 ◦ green 245 ◦ blue 88

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

Shades of Malachite #02F558

Tints of Malachite #02F558

RGB

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

 GREEN value IS 245 (96.09% from 255) = 73.13%

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

R = 0.6%
G = 73.13%
B = 26.27%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.64

 K value IS 0.04

RGB Variations

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

Color information

#02F558 (or 0x02F558) is known color: Malachite. HEX triplet: 02, F5 and 58. RGB value is (2,245,88). Sum of RGB (Red+Green+Blue) = 2+245+88=335 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 335); Green value is 245 (96.09% from 255 or 73.13% from 335); Blue value is 88 (34.77% from 255 or 26.27% from 335); Max value from RGB is 245 - color contains mainly: green. Hex color #02F558 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #02F558 is #FD0AA7. Grayscale: #9A9A9A. Windows color (decimal): -16583336 or 5829890. OLE color: 5829890.

HSL color Cylindrical-coordinate representation of color #02F558: hue angle of 141.23º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02F558 is Cyan = 0.99, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.04.

Color convert

RGB 2 245 88 -
CMYK 0.99 0 0.64 0.04
HSL 141.23º 0.98% 0.48% -
HSV(B) 141.23º 0.99% 0.96% -
XYZ 34.44 66.02 20.16 -
YUV 154.45 90.49 19.27 -
System Red Green Blue C M Y K H S L
Decimal 2 245 88 0.99 0 0.64 0.04 141.23 0.98 0.48
Hex 2 F5 58 63 0 40 4 8D 62 30
Octal 2 365 130 143 0 100 4 215 142 60
Binary 10 11110101 1011000 1100011 0 1000000 100 10001101 1100010 110000

Color Harmonies of #02F558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02F558

Black with #02F558

Text Example


Text Example

White with #02F558

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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