Html Css Color HEX #03F060 Malachite

📋 copy color: '#03F060'

red 3 ◦ green 240 ◦ blue 96

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

Shades of Malachite #03F060

Tints of Malachite #03F060

RGB

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

 GREEN value IS 240 (94.14% from 255) = 70.8%

 BLUE value IS 96 (37.89% from 255) = 28.32%

R = 0.88%
G = 70.8%
B = 28.32%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.6

 K value IS 0.06

RGB Variations

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

Color information

#03F060 (or 0x03F060) is known color: Malachite. HEX triplet: 03, F0 and 60. RGB value is (3,240,96). Sum of RGB (Red+Green+Blue) = 3+240+96=339 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.88% from 339); Green value is 240 (94.14% from 255 or 70.80% from 339); Blue value is 96 (37.89% from 255 or 28.32% from 339); Max value from RGB is 240 - color contains mainly: green. Hex color #03F060 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #03F060 is #FC0F9F. Grayscale: #999999. Windows color (decimal): -16519072 or 6352899. OLE color: 6352899.

HSL color Cylindrical-coordinate representation of color #03F060: hue angle of 143.54º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03F060 is Cyan = 0.99, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.06.

Color convert

RGB 3 240 96 -
CMYK 0.99 0 0.6 0.06
HSL 143.54º 0.98% 0.48% -
HSV(B) 143.54º 0.99% 0.94% -
XYZ 33.31 63.18 21.51 -
YUV 152.72 95.98 21.21 -
System Red Green Blue C M Y K H S L
Decimal 3 240 96 0.99 0 0.6 0.06 143.54 0.98 0.48
Hex 3 F0 60 63 0 3C 6 90 62 30
Octal 3 360 140 143 0 74 6 220 142 60
Binary 11 11110000 1100000 1100011 0 111100 110 10010000 1100010 110000

Color Harmonies of #03F060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03F060

Black with #03F060

Text Example


Text Example

White with #03F060

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,240,96); }

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

background-color css

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

 a { background-color: rgb(3,240,96); }

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

border-color css

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

 span { border-color: rgb(3,240,96); }

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