Html Css Color HEX #03FD42 Malachite

📋 copy color: '#03FD42'

red 3 ◦ green 253 ◦ blue 66

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

Shades of Malachite #03FD42

Tints of Malachite #03FD42

RGB

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

 GREEN value IS 253 (99.22% from 255) = 78.57%

 BLUE value IS 66 (26.17% from 255) = 20.5%

R = 0.93%
G = 78.57%
B = 20.5%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#03FD42 (or 0x03FD42) is known color: Malachite. HEX triplet: 03, FD and 42. RGB value is (3,253,66). Sum of RGB (Red+Green+Blue) = 3+253+66=322 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.93% from 322); Green value is 253 (99.22% from 255 or 78.57% from 322); Blue value is 66 (26.17% from 255 or 20.50% from 322); Max value from RGB is 253 - color contains mainly: green. Hex color #03FD42 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #03FD42 is #FC02BD. Grayscale: #9D9D9D. Windows color (decimal): -16515774 or 4390147. OLE color: 4390147.

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

Color convert

RGB 3 253 66 -
CMYK 0.99 0 0.74 0.01
HSL 135.12º 0.98% 0.5% -
HSV(B) 135.12º 0.99% 0.99% -
XYZ 36.15 70.66 16.89 -
YUV 156.93 76.68 18.21 -
System Red Green Blue C M Y K H S L
Decimal 3 253 66 0.99 0 0.74 0.01 135.12 0.98 0.5
Hex 3 FD 42 63 0 4A 1 87 62 32
Octal 3 375 102 143 0 112 1 207 142 62
Binary 11 11111101 1000010 1100011 0 1001010 1 10000111 1100010 110010

Color Harmonies of #03FD42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03FD42

Black with #03FD42

Text Example


Text Example

White with #03FD42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,253,66); }

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

background-color css

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

 a { background-color: rgb(3,253,66); }

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

border-color css

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

 span { border-color: rgb(3,253,66); }

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