Html Css Color HEX #03C55F Malachite

📋 copy color: '#03C55F'

red 3 ◦ green 197 ◦ blue 95

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

Shades of Malachite #03C55F

Tints of Malachite #03C55F

RGB

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

 GREEN value IS 197 (77.34% from 255) = 66.78%

 BLUE value IS 95 (37.5% from 255) = 32.2%

R = 1.02%
G = 66.78%
B = 32.2%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.52

 K value IS 0.23

RGB Variations

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

Color information

#03C55F (or 0x03C55F) is known color: Malachite. HEX triplet: 03, C5 and 5F. RGB value is (3,197,95). Sum of RGB (Red+Green+Blue) = 3+197+95=295 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.02% from 295); Green value is 197 (77.34% from 255 or 66.78% from 295); Blue value is 95 (37.5% from 255 or 32.20% from 295); Max value from RGB is 197 - color contains mainly: green. Hex color #03C55F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03C55F is #FC3AA0. Grayscale: #7F7F7F. Windows color (decimal): -16530081 or 6276355. OLE color: 6276355.

HSL color Cylindrical-coordinate representation of color #03C55F: hue angle of 148.45º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03C55F is Cyan = 0.98, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.23.

Color convert

RGB 3 197 95 -
CMYK 0.98 0 0.52 0.23
HSL 148.45º 0.97% 0.39% -
HSV(B) 148.45º 0.98% 0.77% -
XYZ 22.07 40.78 17.53 -
YUV 127.37 109.73 39.29 -
System Red Green Blue C M Y K H S L
Decimal 3 197 95 0.98 0 0.52 0.23 148.45 0.97 0.39
Hex 3 C5 5F 62 0 34 17 94 61 27
Octal 3 305 137 142 0 64 27 224 141 47
Binary 11 11000101 1011111 1100010 0 110100 10111 10010100 1100001 100111

Color Harmonies of #03C55F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03C55F

Black with #03C55F

Text Example


Text Example

White with #03C55F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,197,95); }

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

background-color css

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

 a { background-color: rgb(3,197,95); }

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

border-color css

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

 span { border-color: rgb(3,197,95); }

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