Html Css Color HEX #03F94C Malachite

📋 copy color: '#03F94C'

red 3 ◦ green 249 ◦ blue 76

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

Shades of Malachite #03F94C

Tints of Malachite #03F94C

RGB

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

 GREEN value IS 249 (97.66% from 255) = 75.91%

 BLUE value IS 76 (30.08% from 255) = 23.17%

R = 0.91%
G = 75.91%
B = 23.17%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.69

 K value IS 0.02

RGB Variations

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

Color information

#03F94C (or 0x03F94C) is known color: Malachite. HEX triplet: 03, F9 and 4C. RGB value is (3,249,76). Sum of RGB (Red+Green+Blue) = 3+249+76=328 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.91% from 328); Green value is 249 (97.66% from 255 or 75.91% from 328); Blue value is 76 (30.08% from 255 or 23.17% from 328); Max value from RGB is 249 - color contains mainly: green. Hex color #03F94C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #03F94C is #FC06B3. Grayscale: #9C9C9C. Windows color (decimal): -16516788 or 5044483. OLE color: 5044483.

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

Color convert

RGB 3 249 76 -
CMYK 0.99 0 0.69 0.02
HSL 137.8º 0.98% 0.49% -
HSV(B) 137.8º 0.99% 0.98% -
XYZ 35.22 68.29 18.16 -
YUV 155.72 83 19.07 -
System Red Green Blue C M Y K H S L
Decimal 3 249 76 0.99 0 0.69 0.02 137.8 0.98 0.49
Hex 3 F9 4C 63 0 45 2 8A 62 31
Octal 3 371 114 143 0 105 2 212 142 61
Binary 11 11111001 1001100 1100011 0 1000101 10 10001010 1100010 110001

Color Harmonies of #03F94C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03F94C

Black with #03F94C

Text Example


Text Example

White with #03F94C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,249,76); }

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

background-color css

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

 a { background-color: rgb(3,249,76); }

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

border-color css

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

 span { border-color: rgb(3,249,76); }

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