Html Css Color HEX #03FC55 Malachite

📋 copy color: '#03FC55'

red 3 ◦ green 252 ◦ blue 85

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

Shades of Malachite #03FC55

Tints of Malachite #03FC55

RGB

 RED value IS 3 (1.56% from 255) = 0.88%

 GREEN value IS 252 (98.83% from 255) = 74.12%

 BLUE value IS 85 (33.59% from 255) = 25%

R = 0.88%
G = 74.12%
B = 25%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.66

 K value IS 0.01

RGB Variations

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

Color information

#03FC55 (or 0x03FC55) is known color: Malachite. HEX triplet: 03, FC and 55. RGB value is (3,252,85). Sum of RGB (Red+Green+Blue) = 3+252+85=340 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.88% from 340); Green value is 252 (98.83% from 255 or 74.12% from 340); Blue value is 85 (33.59% from 255 or 25% from 340); Max value from RGB is 252 - color contains mainly: green. Hex color #03FC55 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #03FC55 is #FC03AA. Grayscale: #9E9E9E. Windows color (decimal): -16516011 or 5635075. OLE color: 5635075.

HSL color Cylindrical-coordinate representation of color #03FC55: hue angle of 139.76º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03FC55 is Cyan = 0.99, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.01.

Color convert

RGB 3 252 85 -
CMYK 0.99 0 0.66 0.01
HSL 139.76º 0.98% 0.5% -
HSV(B) 139.76º 0.99% 0.99% -
XYZ 36.49 70.3 20.24 -
YUV 158.51 86.51 17.08 -
System Red Green Blue C M Y K H S L
Decimal 3 252 85 0.99 0 0.66 0.01 139.76 0.98 0.5
Hex 3 FC 55 63 0 42 1 8C 62 32
Octal 3 374 125 143 0 102 1 214 142 62
Binary 11 11111100 1010101 1100011 0 1000010 1 10001100 1100010 110010

Color Harmonies of #03FC55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03FC55

Black with #03FC55

Text Example


Text Example

White with #03FC55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03FC55; }

 p { color: rgb(3,252,85); }

 H1.HeaderClassName
 {
   color: #03FC55;
 }
 .AnyTagClassName
 {
   color: #03FC55;
 }
</style>

background-color css

<style>
 a { background-color: #03FC55; }

 a { background-color: rgb(3,252,85); }

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

border-color css

<style>
 span { border-color: #03FC55; }

 span { border-color: rgb(3,252,85); }

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