Html Css Color HEX #03C564 Jade

📋 copy color: '#03C564'

red 3 ◦ green 197 ◦ blue 100

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

Shades of Jade #03C564

Tints of Jade #03C564

RGB

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

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

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

R = 1%
G = 65.67%
B = 33.33%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.49

 K value IS 0.23

RGB Variations

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

Color information

#03C564 (or 0x03C564) is known color: Jade. HEX triplet: 03, C5 and 64. RGB value is (3,197,100). Sum of RGB (Red+Green+Blue) = 3+197+100=300 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1% from 300); Green value is 197 (77.34% from 255 or 65.67% from 300); Blue value is 100 (39.45% from 255 or 33.33% from 300); Max value from RGB is 197 - color contains mainly: green. Hex color #03C564 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03C564 is #FC3A9B. Grayscale: #808080. Windows color (decimal): -16530076 or 6604035. OLE color: 6604035.

HSL color Cylindrical-coordinate representation of color #03C564: hue angle of 150º 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 #03C564 is Cyan = 0.98, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.23.

Color convert

RGB 3 197 100 -
CMYK 0.98 0 0.49 0.23
HSL 150º 0.97% 0.39% -
HSV(B) 150º 0.98% 0.77% -
XYZ 22.3 40.87 18.77 -
YUV 127.94 112.23 38.89 -
System Red Green Blue C M Y K H S L
Decimal 3 197 100 0.98 0 0.49 0.23 150 0.97 0.39
Hex 3 C5 64 62 0 31 17 96 61 27
Octal 3 305 144 142 0 61 27 226 141 47
Binary 11 11000101 1100100 1100010 0 110001 10111 10010110 1100001 100111

Color Harmonies of #03C564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03C564

Black with #03C564

Text Example


Text Example

White with #03C564

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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