Html Css Color HEX #03F05F Malachite

📋 copy color: '#03F05F'

red 3 ◦ green 240 ◦ blue 95

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

Shades of Malachite #03F05F

Tints of Malachite #03F05F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 28.11%

R = 0.89%
G = 71.01%
B = 28.11%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.60

 K value IS 0.06

RGB Variations

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

Color information

#03F05F (or 0x03F05F) is known color: Malachite. HEX triplet: 03, F0 and 5F. RGB value is (3,240,95). Sum of RGB (Red+Green+Blue) = 3+240+95=338 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.89% from 338); Green value is 240 (94.14% from 255 or 71.01% from 338); Blue value is 95 (37.5% from 255 or 28.11% from 338); Max value from RGB is 240 - color contains mainly: green. Hex color #03F05F is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #03F05F is #FC0FA0. Grayscale: #989898. Windows color (decimal): -16519073 or 6287363. OLE color: 6287363.

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

Color convert

RGB 3 240 95 -
CMYK 0.99 0 0.60 0.06
HSL 143.29º 0.98% 0.48% -
HSV(B) 143.29º 0.99% 0.94% -
XYZ 33.26 63.17 21.27 -
YUV 152.61 95.48 21.29 -
System Red Green Blue C M Y K H S L
Decimal 3 240 95 0.99 0 0.60 0.06 143.29 0.98 0.48
Hex 3 F0 5F 63 0 3C 6 8F 62 30
Octal 3 360 137 143 0 74 6 217 142 60
Binary 11 11110000 1011111 1100011 0 111100 110 10001111 1100010 110000

Color Harmonies of #03F05F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03F05F

Black with #03F05F

Text Example


Text Example

White with #03F05F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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