Html Css Color HEX #03F85D Malachite

📋 copy color: '#03F85D'

red 3 ◦ green 248 ◦ blue 93

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

Shades of Malachite #03F85D

Tints of Malachite #03F85D

RGB

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

 GREEN value IS 248 (97.27% from 255) = 72.09%

 BLUE value IS 93 (36.72% from 255) = 27.03%

R = 0.87%
G = 72.09%
B = 27.03%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.62

 K value IS 0.03

RGB Variations

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

Color information

#03F85D (or 0x03F85D) is known color: Malachite. HEX triplet: 03, F8 and 5D. RGB value is (3,248,93). Sum of RGB (Red+Green+Blue) = 3+248+93=344 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.87% from 344); Green value is 248 (97.27% from 255 or 72.09% from 344); Blue value is 93 (36.72% from 255 or 27.03% from 344); Max value from RGB is 248 - color contains mainly: green. Hex color #03F85D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #03F85D is #FC07A2. Grayscale: #9D9D9D. Windows color (decimal): -16517027 or 6158339. OLE color: 6158339.

HSL color Cylindrical-coordinate representation of color #03F85D: hue angle of 142.04º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03F85D is Cyan = 0.99, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.03.

Color convert

RGB 3 248 93 -
CMYK 0.99 0 0.62 0.03
HSL 142.04º 0.98% 0.49% -
HSV(B) 142.04º 0.99% 0.97% -
XYZ 35.58 67.94 21.6 -
YUV 157.08 91.83 18.1 -
System Red Green Blue C M Y K H S L
Decimal 3 248 93 0.99 0 0.62 0.03 142.04 0.98 0.49
Hex 3 F8 5D 63 0 3E 3 8E 62 31
Octal 3 370 135 143 0 76 3 216 142 61
Binary 11 11111000 1011101 1100011 0 111110 11 10001110 1100010 110001

Color Harmonies of #03F85D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03F85D

Black with #03F85D

Text Example


Text Example

White with #03F85D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,248,93); }

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

background-color css

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

 a { background-color: rgb(3,248,93); }

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

border-color css

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

 span { border-color: rgb(3,248,93); }

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