Html Css Color HEX #03CC5E Malachite

📋 copy color: '#03CC5E'

red 3 ◦ green 204 ◦ blue 94

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

Shades of Malachite #03CC5E

Tints of Malachite #03CC5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 31.23%

R = 1%
G = 67.77%
B = 31.23%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.54

 K value IS 0.2

RGB Variations

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

Color information

#03CC5E (or 0x03CC5E) is known color: Malachite. HEX triplet: 03, CC and 5E. RGB value is (3,204,94). Sum of RGB (Red+Green+Blue) = 3+204+94=301 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.00% from 301); Green value is 204 (80.08% from 255 or 67.77% from 301); Blue value is 94 (37.11% from 255 or 31.23% from 301); Max value from RGB is 204 - color contains mainly: green. Hex color #03CC5E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03CC5E is #FC33A1. Grayscale: #838383. Windows color (decimal): -16528290 or 6212611. OLE color: 6212611.

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

Color convert

RGB 3 204 94 -
CMYK 0.99 0 0.54 0.2
HSL 147.16º 0.97% 0.41% -
HSV(B) 147.16º 0.99% 0.8% -
XYZ 23.65 44.01 17.84 -
YUV 131.36 106.91 36.44 -
System Red Green Blue C M Y K H S L
Decimal 3 204 94 0.99 0 0.54 0.2 147.16 0.97 0.41
Hex 3 CC 5E 63 0 36 14 93 61 29
Octal 3 314 136 143 0 66 24 223 141 51
Binary 11 11001100 1011110 1100011 0 110110 10100 10010011 1100001 101001

Color Harmonies of #03CC5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03CC5E

Black with #03CC5E

Text Example


Text Example

White with #03CC5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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