Html Css Color HEX #02F357 Malachite

📋 copy color: '#02F357'

red 2 ◦ green 243 ◦ blue 87

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

Shades of Malachite #02F357

Tints of Malachite #02F357

RGB

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

 GREEN value IS 243 (95.31% from 255) = 73.19%

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

R = 0.6%
G = 73.19%
B = 26.2%

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

#02F357 (or 0x02F357) is known color: Malachite. HEX triplet: 02, F3 and 57. RGB value is (2,243,87). Sum of RGB (Red+Green+Blue) = 2+243+87=332 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 332); Green value is 243 (95.31% from 255 or 73.19% from 332); Blue value is 87 (34.38% from 255 or 26.20% from 332); Max value from RGB is 243 - color contains mainly: green. Hex color #02F357 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #02F357 is #FD0CA8. Grayscale: #999999. Windows color (decimal): -16583849 or 5763842. OLE color: 5763842.

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

Color convert

RGB 2 243 87 -
CMYK 0.99 0 0.64 0.05
HSL 141.16º 0.98% 0.48% -
HSV(B) 141.16º 0.99% 0.95% -
XYZ 33.8 64.8 19.74 -
YUV 153.16 90.66 20.18 -
System Red Green Blue C M Y K H S L
Decimal 2 243 87 0.99 0 0.64 0.05 141.16 0.98 0.48
Hex 2 F3 57 63 0 40 5 8D 62 30
Octal 2 363 127 143 0 100 5 215 142 60
Binary 10 11110011 1010111 1100011 0 1000000 101 10001101 1100010 110000

Color Harmonies of #02F357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02F357

Black with #02F357

Text Example


Text Example

White with #02F357

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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