Html Css Color HEX #03F942 Malachite

📋 copy color: '#03F942'

red 3 ◦ green 249 ◦ blue 66

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

Shades of Malachite #03F942

Tints of Malachite #03F942

RGB

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

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

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

R = 0.94%
G = 78.3%
B = 20.75%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.73

 K value IS 0.02

RGB Variations

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

Color information

#03F942 (or 0x03F942) is known color: Malachite. HEX triplet: 03, F9 and 42. RGB value is (3,249,66). Sum of RGB (Red+Green+Blue) = 3+249+66=318 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.94% from 318); Green value is 249 (97.66% from 255 or 78.30% from 318); Blue value is 66 (26.17% from 255 or 20.75% from 318); Max value from RGB is 249 - color contains mainly: green. Hex color #03F942 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #03F942 is #FC06BD. Grayscale: #9B9B9B. Windows color (decimal): -16516798 or 4389123. OLE color: 4389123.

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

Color convert

RGB 3 249 66 -
CMYK 0.99 0 0.73 0.02
HSL 135.37º 0.98% 0.49% -
HSV(B) 135.37º 0.99% 0.98% -
XYZ 34.9 68.16 16.47 -
YUV 154.58 78 19.88 -
System Red Green Blue C M Y K H S L
Decimal 3 249 66 0.99 0 0.73 0.02 135.37 0.98 0.49
Hex 3 F9 42 63 0 49 2 87 62 31
Octal 3 371 102 143 0 111 2 207 142 61
Binary 11 11111001 1000010 1100011 0 1001001 10 10000111 1100010 110001

Color Harmonies of #03F942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03F942

Black with #03F942

Text Example


Text Example

White with #03F942

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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