Html Css Color HEX #03F360 Malachite

📋 copy color: '#03F360'

red 3 ◦ green 243 ◦ blue 96

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

Shades of Malachite #03F360

Tints of Malachite #03F360

RGB

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

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

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

R = 0.88%
G = 71.05%
B = 28.07%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#03F360 (or 0x03F360) is known color: Malachite. HEX triplet: 03, F3 and 60. RGB value is (3,243,96). Sum of RGB (Red+Green+Blue) = 3+243+96=342 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.88% from 342); Green value is 243 (95.31% from 255 or 71.05% from 342); Blue value is 96 (37.89% from 255 or 28.07% from 342); Max value from RGB is 243 - color contains mainly: green. Hex color #03F360 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #03F360 is #FC0C9F. Grayscale: #9A9A9A. Windows color (decimal): -16518304 or 6353667. OLE color: 6353667.

HSL color Cylindrical-coordinate representation of color #03F360: hue angle of 143.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 #03F360 is Cyan = 0.99, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB 3 243 96 -
CMYK 0.99 0 0.60 0.05
HSL 143.25º 0.98% 0.48% -
HSV(B) 143.25º 0.99% 0.95% -
XYZ 34.2 64.97 21.8 -
YUV 154.48 94.99 19.95 -
System Red Green Blue C M Y K H S L
Decimal 3 243 96 0.99 0 0.60 0.05 143.25 0.98 0.48
Hex 3 F3 60 63 0 3C 5 8F 62 30
Octal 3 363 140 143 0 74 5 217 142 60
Binary 11 11110011 1100000 1100011 0 111100 101 10001111 1100010 110000

Color Harmonies of #03F360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03F360

Black with #03F360

Text Example


Text Example

White with #03F360

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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