Html Css Color HEX #03F850 Malachite

📋 copy color: '#03F850'

red 3 ◦ green 248 ◦ blue 80

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

Shades of Malachite #03F850

Tints of Malachite #03F850

RGB

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

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

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

R = 0.91%
G = 74.92%
B = 24.17%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.68

 K value IS 0.03

RGB Variations

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

Color information

#03F850 (or 0x03F850) is known color: Malachite. HEX triplet: 03, F8 and 50. RGB value is (3,248,80). Sum of RGB (Red+Green+Blue) = 3+248+80=331 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.91% from 331); Green value is 248 (97.27% from 255 or 74.92% from 331); Blue value is 80 (31.64% from 255 or 24.17% from 331); Max value from RGB is 248 - color contains mainly: green. Hex color #03F850 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #03F850 is #FC07AF. Grayscale: #9C9C9C. Windows color (decimal): -16517040 or 5306371. OLE color: 5306371.

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

Color convert

RGB 3 248 80 -
CMYK 0.99 0 0.68 0.03
HSL 138.86º 0.98% 0.49% -
HSV(B) 138.86º 0.99% 0.97% -
XYZ 35.05 67.73 18.82 -
YUV 155.59 85.33 19.16 -
System Red Green Blue C M Y K H S L
Decimal 3 248 80 0.99 0 0.68 0.03 138.86 0.98 0.49
Hex 3 F8 50 63 0 44 3 8B 62 31
Octal 3 370 120 143 0 104 3 213 142 61
Binary 11 11111000 1010000 1100011 0 1000100 11 10001011 1100010 110001

Color Harmonies of #03F850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03F850

Black with #03F850

Text Example


Text Example

White with #03F850

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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