Html Css Color HEX #02F257 Malachite

📋 copy color: '#02F257'

red 2 ◦ green 242 ◦ blue 87

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

Shades of Malachite #02F257

Tints of Malachite #02F257

RGB

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

 GREEN value IS 242 (94.92% from 255) = 73.11%

 BLUE value IS 87 (34.38% from 255) = 26.28%

R = 0.6%
G = 73.11%
B = 26.28%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.64

 K value IS 0.05

RGB Variations

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

Color information

#02F257 (or 0x02F257) is known color: Malachite. HEX triplet: 02, F2 and 57. RGB value is (2,242,87). Sum of RGB (Red+Green+Blue) = 2+242+87=331 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 331); Green value is 242 (94.92% from 255 or 73.11% from 331); Blue value is 87 (34.38% from 255 or 26.28% from 331); Max value from RGB is 242 - color contains mainly: green. Hex color #02F257 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #02F257 is #FD0DA8. Grayscale: #989898. Windows color (decimal): -16584105 or 5763586. OLE color: 5763586.

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

Color convert

RGB 2 242 87 -
CMYK 0.99 0 0.64 0.05
HSL 141.25º 0.98% 0.48% -
HSV(B) 141.25º 0.99% 0.95% -
XYZ 33.5 64.21 19.64 -
YUV 152.57 90.99 20.6 -
System Red Green Blue C M Y K H S L
Decimal 2 242 87 0.99 0 0.64 0.05 141.25 0.98 0.48
Hex 2 F2 57 63 0 40 5 8D 62 30
Octal 2 362 127 143 0 100 5 215 142 60
Binary 10 11110010 1010111 1100011 0 1000000 101 10001101 1100010 110000

Color Harmonies of #02F257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02F257

Black with #02F257

Text Example


Text Example

White with #02F257

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,242,87); }

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

background-color css

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

 a { background-color: rgb(2,242,87); }

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

border-color css

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

 span { border-color: rgb(2,242,87); }

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