Html Css Color HEX #03F148 Malachite

📋 copy color: '#03F148'

red 3 ◦ green 241 ◦ blue 72

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

Shades of Malachite #03F148

Tints of Malachite #03F148

RGB

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

 GREEN value IS 241 (94.53% from 255) = 76.27%

 BLUE value IS 72 (28.52% from 255) = 22.78%

R = 0.95%
G = 76.27%
B = 22.78%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#03F148 (or 0x03F148) is known color: Malachite. HEX triplet: 03, F1 and 48. RGB value is (3,241,72). Sum of RGB (Red+Green+Blue) = 3+241+72=316 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.95% from 316); Green value is 241 (94.53% from 255 or 76.27% from 316); Blue value is 72 (28.52% from 255 or 22.78% from 316); Max value from RGB is 241 - color contains mainly: green. Hex color #03F148 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #03F148 is #FC0EB7. Grayscale: #979797. Windows color (decimal): -16518840 or 4780291. OLE color: 4780291.

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

Color convert

RGB 3 241 72 -
CMYK 0.99 0 0.70 0.05
HSL 137.4º 0.98% 0.48% -
HSV(B) 137.4º 0.99% 0.95% -
XYZ 32.66 63.4 16.65 -
YUV 150.57 83.65 22.74 -
System Red Green Blue C M Y K H S L
Decimal 3 241 72 0.99 0 0.70 0.05 137.4 0.98 0.48
Hex 3 F1 48 63 0 46 5 89 62 30
Octal 3 361 110 143 0 106 5 211 142 60
Binary 11 11110001 1001000 1100011 0 1000110 101 10001001 1100010 110000

Color Harmonies of #03F148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03F148

Black with #03F148

Text Example


Text Example

White with #03F148

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,241,72); }

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

background-color css

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

 a { background-color: rgb(3,241,72); }

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

border-color css

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

 span { border-color: rgb(3,241,72); }

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