Html Css Color HEX #03CC64 Malachite

📋 copy color: '#03CC64'

red 3 ◦ green 204 ◦ blue 100

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

Shades of Malachite #03CC64

Tints of Malachite #03CC64

RGB

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

 GREEN value IS 204 (80.08% from 255) = 66.45%

 BLUE value IS 100 (39.45% from 255) = 32.57%

R = 0.98%
G = 66.45%
B = 32.57%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.51

 K value IS 0.2

RGB Variations

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

Color information

#03CC64 (or 0x03CC64) is known color: Malachite. HEX triplet: 03, CC and 64. RGB value is (3,204,100). Sum of RGB (Red+Green+Blue) = 3+204+100=307 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.98% from 307); Green value is 204 (80.08% from 255 or 66.45% from 307); Blue value is 100 (39.45% from 255 or 32.57% from 307); Max value from RGB is 204 - color contains mainly: green. Hex color #03CC64 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03CC64 is #FC339B. Grayscale: #848484. Windows color (decimal): -16528284 or 6605827. OLE color: 6605827.

HSL color Cylindrical-coordinate representation of color #03CC64: hue angle of 148.96º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03CC64 is Cyan = 0.99, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.2.

Color convert

RGB 3 204 100 -
CMYK 0.99 0 0.51 0.2
HSL 148.96º 0.97% 0.41% -
HSV(B) 148.96º 0.99% 0.8% -
XYZ 23.93 44.13 19.31 -
YUV 132.05 109.91 35.96 -
System Red Green Blue C M Y K H S L
Decimal 3 204 100 0.99 0 0.51 0.2 148.96 0.97 0.41
Hex 3 CC 64 63 0 33 14 95 61 29
Octal 3 314 144 143 0 63 24 225 141 51
Binary 11 11001100 1100100 1100011 0 110011 10100 10010101 1100001 101001

Color Harmonies of #03CC64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03CC64

Black with #03CC64

Text Example


Text Example

White with #03CC64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,204,100); }

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

background-color css

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

 a { background-color: rgb(3,204,100); }

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

border-color css

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

 span { border-color: rgb(3,204,100); }

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