Html Css Color HEX #03F155 Malachite

📋 copy color: '#03F155'

red 3 ◦ green 241 ◦ blue 85

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

Shades of Malachite #03F155

Tints of Malachite #03F155

RGB

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

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

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

R = 0.91%
G = 73.25%
B = 25.84%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#03F155 (or 0x03F155) is known color: Malachite. HEX triplet: 03, F1 and 55. RGB value is (3,241,85). Sum of RGB (Red+Green+Blue) = 3+241+85=329 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.91% from 329); Green value is 241 (94.53% from 255 or 73.25% from 329); Blue value is 85 (33.59% from 255 or 25.84% from 329); Max value from RGB is 241 - color contains mainly: green. Hex color #03F155 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #03F155 is #FC0EAA. Grayscale: #989898. Windows color (decimal): -16518827 or 5632259. OLE color: 5632259.

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

Color convert

RGB 3 241 85 -
CMYK 0.99 0 0.65 0.05
HSL 140.67º 0.98% 0.48% -
HSV(B) 140.67º 0.99% 0.95% -
XYZ 33.13 63.59 19.12 -
YUV 152.05 90.15 21.68 -
System Red Green Blue C M Y K H S L
Decimal 3 241 85 0.99 0 0.65 0.05 140.67 0.98 0.48
Hex 3 F1 55 63 0 41 5 8D 62 30
Octal 3 361 125 143 0 101 5 215 142 60
Binary 11 11110001 1010101 1100011 0 1000001 101 10001101 1100010 110000

Color Harmonies of #03F155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03F155

Black with #03F155

Text Example


Text Example

White with #03F155

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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