Html Css Color HEX #03F950 Malachite

📋 copy color: '#03F950'

red 3 ◦ green 249 ◦ blue 80

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

Shades of Malachite #03F950

Tints of Malachite #03F950

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 24.1%

R = 0.9%
G = 75%
B = 24.1%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#03F950 (or 0x03F950) is known color: Malachite. HEX triplet: 03, F9 and 50. RGB value is (3,249,80). Sum of RGB (Red+Green+Blue) = 3+249+80=332 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.90% from 332); Green value is 249 (97.66% from 255 or 75% from 332); Blue value is 80 (31.64% from 255 or 24.10% from 332); Max value from RGB is 249 - color contains mainly: green. Hex color #03F950 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #03F950 is #FC06AF. Grayscale: #9C9C9C. Windows color (decimal): -16516784 or 5306627. OLE color: 5306627.

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

Color convert

RGB 3 249 80 -
CMYK 0.99 0 0.68 0.02
HSL 138.78º 0.98% 0.49% -
HSV(B) 138.78º 0.99% 0.98% -
XYZ 35.36 68.35 18.92 -
YUV 156.18 85 18.74 -
System Red Green Blue C M Y K H S L
Decimal 3 249 80 0.99 0 0.68 0.02 138.78 0.98 0.49
Hex 3 F9 50 63 0 44 2 8B 62 31
Octal 3 371 120 143 0 104 2 213 142 61
Binary 11 11111001 1010000 1100011 0 1000100 10 10001011 1100010 110001

Color Harmonies of #03F950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03F950

Black with #03F950

Text Example


Text Example

White with #03F950

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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